Html Css Color HEX #35BB2C Lime Green

📋 copy color: '#35BB2C'

red 53 ◦ green 187 ◦ blue 44

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

Shades of Lime Green #35BB2C

Tints of Lime Green #35BB2C

RGB

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

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

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

R = 18.66%
G = 65.85%
B = 15.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#35BB2C (or 0x35BB2C) is known color: Lime Green. HEX triplet: 35, BB and 2C. RGB value is (53,187,44). Sum of RGB (Red+Green+Blue) = 53+187+44=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 187 (73.44% from 255 or 65.85% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BB2C is #CA44D3. Grayscale: #838383. Windows color (decimal): -13255892 or 2931509. OLE color: 2931509.

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

Color convert

RGB 53 187 44 -
CMYK 0.72 0 0.76 0.27
HSL 116.22º 0.62% 0.45% -
HSV(B) 116.22º 0.76% 0.73% -
XYZ 19.69 36.48 8.39 -
YUV 130.63 79.11 72.63 -
System Red Green Blue C M Y K H S L
Decimal 53 187 44 0.72 0 0.76 0.27 116.22 0.62 0.45
Hex 35 BB 2C 48 0 4C 1B 74 3E 2D
Octal 65 273 54 110 0 114 33 164 76 55
Binary 110101 10111011 101100 1001000 0 1001100 11011 1110100 111110 101101

Color Harmonies of #35BB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BB2C

Black with #35BB2C

Text Example


Text Example

White with #35BB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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