Html Css Color HEX #35CE3C Lime Green

📋 copy color: '#35CE3C'

red 53 ◦ green 206 ◦ blue 60

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

Shades of Lime Green #35CE3C

Tints of Lime Green #35CE3C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 64.58%

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 16.61%
G = 64.58%
B = 18.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#35CE3C (or 0x35CE3C) is known color: Lime Green. HEX triplet: 35, CE and 3C. RGB value is (53,206,60). Sum of RGB (Red+Green+Blue) = 53+206+60=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 206 (80.86% from 255 or 64.58% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CE3C is #CA31C3. Grayscale: #909090. Windows color (decimal): -13251012 or 3984949. OLE color: 3984949.

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

Color convert

RGB 53 206 60 -
CMYK 0.74 0 0.71 0.19
HSL 122.75º 0.61% 0.51% -
HSV(B) 122.75º 0.74% 0.81% -
XYZ 24.36 45.23 11.72 -
YUV 143.61 80.81 63.37 -
System Red Green Blue C M Y K H S L
Decimal 53 206 60 0.74 0 0.71 0.19 122.75 0.61 0.51
Hex 35 CE 3C 4A 0 47 13 7B 3D 33
Octal 65 316 74 112 0 107 23 173 75 63
Binary 110101 11001110 111100 1001010 0 1000111 10011 1111011 111101 110011

Color Harmonies of #35CE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CE3C

Black with #35CE3C

Text Example


Text Example

White with #35CE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,206,60); }

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

background-color css

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

 a { background-color: rgb(53,206,60); }

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

border-color css

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

 span { border-color: rgb(53,206,60); }

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