Html Css Color HEX #35CB2F Lime Green

📋 copy color: '#35CB2F'

red 53 ◦ green 203 ◦ blue 47

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

Shades of Lime Green #35CB2F

Tints of Lime Green #35CB2F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 67%

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 17.49%
G = 67%
B = 15.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#35CB2F (or 0x35CB2F) is known color: Lime Green. HEX triplet: 35, CB and 2F. RGB value is (53,203,47). Sum of RGB (Red+Green+Blue) = 53+203+47=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 203 (79.69% from 255 or 67.00% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 203 - color contains mainly: green. Hex color #35CB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CB2F is #CA34D0. Grayscale: #8C8C8C. Windows color (decimal): -13251793 or 3132213. OLE color: 3132213.

HSL color Cylindrical-coordinate representation of color #35CB2F: hue angle of 117.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35CB2F is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 203 47 -
CMYK 0.74 0 0.77 0.20
HSL 117.69º 0.62% 0.49% -
HSV(B) 117.69º 0.77% 0.8% -
XYZ 23.34 43.67 9.89 -
YUV 140.37 75.31 65.68 -
System Red Green Blue C M Y K H S L
Decimal 53 203 47 0.74 0 0.77 0.20 117.69 0.62 0.49
Hex 35 CB 2F 4A 0 4D 14 76 3E 31
Octal 65 313 57 112 0 115 24 166 76 61
Binary 110101 11001011 101111 1001010 0 1001101 10100 1110110 111110 110001

Color Harmonies of #35CB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CB2F

Black with #35CB2F

Text Example


Text Example

White with #35CB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,203,47); }

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

background-color css

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

 a { background-color: rgb(53,203,47); }

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

border-color css

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

 span { border-color: rgb(53,203,47); }

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