Html Css Color HEX #38B735 Lime Green

📋 copy color: '#38B735'

red 56 ◦ green 183 ◦ blue 53

#38B735
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #38B735

Tints of Lime Green #38B735

RGB

 RED value IS 56 (22.27% from 255) = 19.18%

 GREEN value IS 183 (71.88% from 255) = 62.67%

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 19.18%
G = 62.67%
B = 18.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38B735 (or 0x38B735) is known color: Lime Green. HEX triplet: 38, B7 and 35. RGB value is (56,183,53). Sum of RGB (Red+Green+Blue) = 56+183+53=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 183 (71.88% from 255 or 62.67% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 183 - color contains mainly: green. Hex color #38B735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B735 is #C748CA. Grayscale: #828282. Windows color (decimal): -13060299 or 3520312. OLE color: 3520312.

HSL color Cylindrical-coordinate representation of color #38B735: hue angle of 118.62º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38B735 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 183 53 -
CMYK 0.69 0 0.71 0.28
HSL 118.62º 0.55% 0.46% -
HSV(B) 118.62º 0.71% 0.72% -
XYZ 19.21 34.96 9.1 -
YUV 130.21 84.42 75.07 -
System Red Green Blue C M Y K H S L
Decimal 56 183 53 0.69 0 0.71 0.28 118.62 0.55 0.46
Hex 38 B7 35 45 0 47 1C 77 37 2E
Octal 70 267 65 105 0 107 34 167 67 56
Binary 111000 10110111 110101 1000101 0 1000111 11100 1110111 110111 101110

Color Harmonies of #38B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B735

Black with #38B735

Text Example


Text Example

White with #38B735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38B735; }

 p { color: rgb(56,183,53); }

 H1.HeaderClassName
 {
   color: #38B735;
 }
 .AnyTagClassName
 {
   color: #38B735;
 }
</style>

background-color css

<style>
 a { background-color: #38B735; }

 a { background-color: rgb(56,183,53); }

 div.DivClassName
 {
   background-color: #38B735;
 }
 .BgClassName
 {
   background-color: #38B735;
 }
</style>

border-color css

<style>
 span { border-color: #38B735; }

 span { border-color: rgb(56,183,53); }

 td.TdClassName
 {
   border-color: #38B735;
 }
 .TagClassName
 {
   border-color: #38B735;
 }
</style>