Html Css Color HEX #36CD3C Lime Green

📋 copy color: '#36CD3C'

red 54 ◦ green 205 ◦ blue 60

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

Shades of Lime Green #36CD3C

Tints of Lime Green #36CD3C

RGB

 RED value IS 54 (21.48% from 255) = 16.93%

 GREEN value IS 205 (80.47% from 255) = 64.26%

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

R = 16.93%
G = 64.26%
B = 18.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#36CD3C (or 0x36CD3C) is known color: Lime Green. HEX triplet: 36, CD and 3C. RGB value is (54,205,60). Sum of RGB (Red+Green+Blue) = 54+205+60=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 205 (80.47% from 255 or 64.26% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 205 - color contains mainly: green. Hex color #36CD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CD3C is #C932C3. Grayscale: #8F8F8F. Windows color (decimal): -13185732 or 3984694. OLE color: 3984694.

HSL color Cylindrical-coordinate representation of color #36CD3C: hue angle of 122.38º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CD3C is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 205 60 -
CMYK 0.74 0 0.71 0.20
HSL 122.38º 0.6% 0.51% -
HSV(B) 122.38º 0.74% 0.8% -
XYZ 24.17 44.77 11.64 -
YUV 143.32 80.97 64.29 -
System Red Green Blue C M Y K H S L
Decimal 54 205 60 0.74 0 0.71 0.20 122.38 0.6 0.51
Hex 36 CD 3C 4A 0 47 14 7A 3C 33
Octal 66 315 74 112 0 107 24 172 74 63
Binary 110110 11001101 111100 1001010 0 1000111 10100 1111010 111100 110011

Color Harmonies of #36CD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CD3C

Black with #36CD3C

Text Example


Text Example

White with #36CD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36CD3C; }

 p { color: rgb(54,205,60); }

 H1.HeaderClassName
 {
   color: #36CD3C;
 }
 .AnyTagClassName
 {
   color: #36CD3C;
 }
</style>

background-color css

<style>
 a { background-color: #36CD3C; }

 a { background-color: rgb(54,205,60); }

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

border-color css

<style>
 span { border-color: #36CD3C; }

 span { border-color: rgb(54,205,60); }

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