Html Css Color HEX #35CF57 Lime Green

📋 copy color: '#35CF57'

red 53 ◦ green 207 ◦ blue 87

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

Shades of Lime Green #35CF57

Tints of Lime Green #35CF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.07%

R = 15.27%
G = 59.65%
B = 25.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#35CF57 (or 0x35CF57) is known color: Lime Green. HEX triplet: 35, CF and 57. RGB value is (53,207,87). Sum of RGB (Red+Green+Blue) = 53+207+87=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CF57 is #CA30A8. Grayscale: #939393. Windows color (decimal): -13250729 or 5754677. OLE color: 5754677.

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

Color convert

RGB 53 207 87 -
CMYK 0.74 0 0.58 0.19
HSL 133.25º 0.62% 0.51% -
HSV(B) 133.25º 0.74% 0.81% -
XYZ 25.5 46.07 16.57 -
YUV 147.27 93.98 60.76 -
System Red Green Blue C M Y K H S L
Decimal 53 207 87 0.74 0 0.58 0.19 133.25 0.62 0.51
Hex 35 CF 57 4A 0 3A 13 85 3E 33
Octal 65 317 127 112 0 72 23 205 76 63
Binary 110101 11001111 1010111 1001010 0 111010 10011 10000101 111110 110011

Color Harmonies of #35CF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CF57

Black with #35CF57

Text Example


Text Example

White with #35CF57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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