Html Css Color HEX #35BF32 Lime Green

📋 copy color: '#35BF32'

red 53 ◦ green 191 ◦ blue 50

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

Shades of Lime Green #35BF32

Tints of Lime Green #35BF32

RGB

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

 GREEN value IS 191 (75% from 255) = 64.97%

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 18.03%
G = 64.97%
B = 17.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#35BF32 (or 0x35BF32) is known color: Lime Green. HEX triplet: 35, BF and 32. RGB value is (53,191,50). Sum of RGB (Red+Green+Blue) = 53+191+50=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BF32 is #CA40CD. Grayscale: #868686. Windows color (decimal): -13254862 or 3325749. OLE color: 3325749.

HSL color Cylindrical-coordinate representation of color #35BF32: hue angle of 118.72º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35BF32 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 191 50 -
CMYK 0.72 0 0.74 0.25
HSL 118.72º 0.59% 0.47% -
HSV(B) 118.72º 0.74% 0.75% -
XYZ 20.67 38.25 9.31 -
YUV 133.66 80.78 70.46 -
System Red Green Blue C M Y K H S L
Decimal 53 191 50 0.72 0 0.74 0.25 118.72 0.59 0.47
Hex 35 BF 32 48 0 4A 19 77 3B 2F
Octal 65 277 62 110 0 112 31 167 73 57
Binary 110101 10111111 110010 1001000 0 1001010 11001 1110111 111011 101111

Color Harmonies of #35BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BF32

Black with #35BF32

Text Example


Text Example

White with #35BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,191,50); }

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

background-color css

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

 a { background-color: rgb(53,191,50); }

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

border-color css

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

 span { border-color: rgb(53,191,50); }

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