Html Css Color HEX #35BF2C Lime Green

📋 copy color: '#35BF2C'

red 53 ◦ green 191 ◦ blue 44

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

Shades of Lime Green #35BF2C

Tints of Lime Green #35BF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 18.4%
G = 66.32%
B = 15.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#35BF2C (or 0x35BF2C) is known color: Lime Green. HEX triplet: 35, BF and 2C. RGB value is (53,191,44). Sum of RGB (Red+Green+Blue) = 53+191+44=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #35BF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BF2C is #CA40D3. Grayscale: #858585. Windows color (decimal): -13254868 or 2932533. OLE color: 2932533.

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

Color convert

RGB 53 191 44 -
CMYK 0.72 0 0.77 0.25
HSL 116.33º 0.63% 0.46% -
HSV(B) 116.33º 0.77% 0.75% -
XYZ 20.55 38.2 8.67 -
YUV 132.98 77.78 70.95 -
System Red Green Blue C M Y K H S L
Decimal 53 191 44 0.72 0 0.77 0.25 116.33 0.63 0.46
Hex 35 BF 2C 48 0 4D 19 74 3F 2E
Octal 65 277 54 110 0 115 31 164 77 56
Binary 110101 10111111 101100 1001000 0 1001101 11001 1110100 111111 101110

Color Harmonies of #35BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BF2C

Black with #35BF2C

Text Example


Text Example

White with #35BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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