Html Css Color HEX #35BB40 Lime Green

📋 copy color: '#35BB40'

red 53 ◦ green 187 ◦ blue 64

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

Shades of Lime Green #35BB40

Tints of Lime Green #35BB40

RGB

 RED value IS 53 (21.09% from 255) = 17.43%

 GREEN value IS 187 (73.44% from 255) = 61.51%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 17.43%
G = 61.51%
B = 21.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#35BB40 (or 0x35BB40) is known color: Lime Green. HEX triplet: 35, BB and 40. RGB value is (53,187,64). Sum of RGB (Red+Green+Blue) = 53+187+64=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BB40 is #CA44BF. Grayscale: #858585. Windows color (decimal): -13255872 or 4242229. OLE color: 4242229.

HSL color Cylindrical-coordinate representation of color #35BB40: hue angle of 124.93º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BB40 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 187 64 -
CMYK 0.72 0 0.66 0.27
HSL 124.93º 0.56% 0.47% -
HSV(B) 124.93º 0.72% 0.73% -
XYZ 20.16 36.67 10.87 -
YUV 132.91 89.11 71 -
System Red Green Blue C M Y K H S L
Decimal 53 187 64 0.72 0 0.66 0.27 124.93 0.56 0.47
Hex 35 BB 40 48 0 42 1B 7D 38 2F
Octal 65 273 100 110 0 102 33 175 70 57
Binary 110101 10111011 1000000 1001000 0 1000010 11011 1111101 111000 101111

Color Harmonies of #35BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BB40

Black with #35BB40

Text Example


Text Example

White with #35BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35BB40; }

 p { color: rgb(53,187,64); }

 H1.HeaderClassName
 {
   color: #35BB40;
 }
 .AnyTagClassName
 {
   color: #35BB40;
 }
</style>

background-color css

<style>
 a { background-color: #35BB40; }

 a { background-color: rgb(53,187,64); }

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

border-color css

<style>
 span { border-color: #35BB40; }

 span { border-color: rgb(53,187,64); }

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