Html Css Color HEX #35DB36 Lime Green

📋 copy color: '#35DB36'

red 53 ◦ green 219 ◦ blue 54

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

Shades of Lime Green #35DB36

Tints of Lime Green #35DB36

RGB

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

 GREEN value IS 219 (85.94% from 255) = 67.18%

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 16.26%
G = 67.18%
B = 16.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#35DB36 (or 0x35DB36) is known color: Lime Green. HEX triplet: 35, DB and 36. RGB value is (53,219,54). Sum of RGB (Red+Green+Blue) = 53+219+54=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 219 (85.94% from 255 or 67.18% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 219 - color contains mainly: green. Hex color #35DB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DB36 is #CA24C9. Grayscale: #979797. Windows color (decimal): -13247690 or 3595061. OLE color: 3595061.

HSL color Cylindrical-coordinate representation of color #35DB36: hue angle of 120.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DB36 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 219 54 -
CMYK 0.76 0 0.75 0.14
HSL 120.36º 0.7% 0.53% -
HSV(B) 120.36º 0.76% 0.86% -
XYZ 27.47 51.69 12.02 -
YUV 150.56 73.5 58.42 -
System Red Green Blue C M Y K H S L
Decimal 53 219 54 0.76 0 0.75 0.14 120.36 0.7 0.53
Hex 35 DB 36 4C 0 4B E 78 46 35
Octal 65 333 66 114 0 113 16 170 106 65
Binary 110101 11011011 110110 1001100 0 1001011 1110 1111000 1000110 110101

Color Harmonies of #35DB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DB36

Black with #35DB36

Text Example


Text Example

White with #35DB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,219,54); }

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

background-color css

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

 a { background-color: rgb(53,219,54); }

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

border-color css

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

 span { border-color: rgb(53,219,54); }

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