Html Css Color HEX #35B942 Lime Green

📋 copy color: '#35B942'

red 53 ◦ green 185 ◦ blue 66

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

Shades of Lime Green #35B942

Tints of Lime Green #35B942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 60.86%

 BLUE value IS 66 (26.17% from 255) = 21.71%

R = 17.43%
G = 60.86%
B = 21.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#35B942 (or 0x35B942) is known color: Lime Green. HEX triplet: 35, B9 and 42. RGB value is (53,185,66). Sum of RGB (Red+Green+Blue) = 53+185+66=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #35B942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B942 is #CA46BD. Grayscale: #848484. Windows color (decimal): -13256382 or 4372789. OLE color: 4372789.

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

Color convert

RGB 53 185 66 -
CMYK 0.71 0 0.64 0.27
HSL 125.91º 0.55% 0.47% -
HSV(B) 125.91º 0.71% 0.73% -
XYZ 19.8 35.85 11.03 -
YUV 131.97 90.77 71.68 -
System Red Green Blue C M Y K H S L
Decimal 53 185 66 0.71 0 0.64 0.27 125.91 0.55 0.47
Hex 35 B9 42 47 0 40 1B 7E 37 2F
Octal 65 271 102 107 0 100 33 176 67 57
Binary 110101 10111001 1000010 1000111 0 1000000 11011 1111110 110111 101111

Color Harmonies of #35B942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B942

Black with #35B942

Text Example


Text Example

White with #35B942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,185,66); }

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

background-color css

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

 a { background-color: rgb(53,185,66); }

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

border-color css

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

 span { border-color: rgb(53,185,66); }

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