Html Css Color HEX #35CF4E Lime Green

📋 copy color: '#35CF4E'

red 53 ◦ green 207 ◦ blue 78

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

Shades of Lime Green #35CF4E

Tints of Lime Green #35CF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.08%

R = 15.68%
G = 61.24%
B = 23.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#35CF4E (or 0x35CF4E) is known color: Lime Green. HEX triplet: 35, CF and 4E. RGB value is (53,207,78). Sum of RGB (Red+Green+Blue) = 53+207+78=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CF4E is #CA30B1. Grayscale: #929292. Windows color (decimal): -13250738 or 5164853. OLE color: 5164853.

HSL color Cylindrical-coordinate representation of color #35CF4E: hue angle of 129.74º 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 #35CF4E is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 207 78 -
CMYK 0.74 0 0.62 0.19
HSL 129.74º 0.62% 0.51% -
HSV(B) 129.74º 0.74% 0.81% -
XYZ 25.16 45.93 14.75 -
YUV 146.25 89.48 61.49 -
System Red Green Blue C M Y K H S L
Decimal 53 207 78 0.74 0 0.62 0.19 129.74 0.62 0.51
Hex 35 CF 4E 4A 0 3E 13 82 3E 33
Octal 65 317 116 112 0 76 23 202 76 63
Binary 110101 11001111 1001110 1001010 0 111110 10011 10000010 111110 110011

Color Harmonies of #35CF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CF4E

Black with #35CF4E

Text Example


Text Example

White with #35CF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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