Html Css Color HEX #35CF3F Lime Green

📋 copy color: '#35CF3F'

red 53 ◦ green 207 ◦ blue 63

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

Shades of Lime Green #35CF3F

Tints of Lime Green #35CF3F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 64.09%

 BLUE value IS 63 (25% from 255) = 19.5%

R = 16.41%
G = 64.09%
B = 19.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#35CF3F (or 0x35CF3F) is known color: Lime Green. HEX triplet: 35, CF and 3F. RGB value is (53,207,63). Sum of RGB (Red+Green+Blue) = 53+207+63=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CF3F is #CA30C0. Grayscale: #909090. Windows color (decimal): -13250753 or 4181813. OLE color: 4181813.

HSL color Cylindrical-coordinate representation of color #35CF3F: hue angle of 123.9º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CF3F is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 207 63 -
CMYK 0.74 0 0.70 0.19
HSL 123.9º 0.62% 0.51% -
HSV(B) 123.9º 0.74% 0.81% -
XYZ 24.68 45.74 12.23 -
YUV 144.54 81.98 62.71 -
System Red Green Blue C M Y K H S L
Decimal 53 207 63 0.74 0 0.70 0.19 123.9 0.62 0.51
Hex 35 CF 3F 4A 0 46 13 7C 3E 33
Octal 65 317 77 112 0 106 23 174 76 63
Binary 110101 11001111 111111 1001010 0 1000110 10011 1111100 111110 110011

Color Harmonies of #35CF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CF3F

Black with #35CF3F

Text Example


Text Example

White with #35CF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,207,63); }

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

background-color css

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

 a { background-color: rgb(53,207,63); }

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

border-color css

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

 span { border-color: rgb(53,207,63); }

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