Html Css Color HEX #3CCF36 Lime Green

📋 copy color: '#3CCF36'

red 60 ◦ green 207 ◦ blue 54

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

Shades of Lime Green #3CCF36

Tints of Lime Green #3CCF36

RGB

 RED value IS 60 (23.83% from 255) = 18.69%

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

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 18.69%
G = 64.49%
B = 16.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#3CCF36 (or 0x3CCF36) is known color: Lime Green. HEX triplet: 3C, CF and 36. RGB value is (60,207,54). Sum of RGB (Red+Green+Blue) = 60+207+54=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 207 (81.25% from 255 or 64.49% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCF36 is #C330C9. Grayscale: #929292. Windows color (decimal): -12792010 or 3591996. OLE color: 3591996.

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

Color convert

RGB 60 207 54 -
CMYK 0.71 0 0.74 0.19
HSL 117.65º 0.61% 0.51% -
HSV(B) 117.65º 0.74% 0.81% -
XYZ 24.84 45.85 11.03 -
YUV 145.61 76.3 66.94 -
System Red Green Blue C M Y K H S L
Decimal 60 207 54 0.71 0 0.74 0.19 117.65 0.61 0.51
Hex 3C CF 36 47 0 4A 13 76 3D 33
Octal 74 317 66 107 0 112 23 166 75 63
Binary 111100 11001111 110110 1000111 0 1001010 10011 1110110 111101 110011

Color Harmonies of #3CCF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCF36

Black with #3CCF36

Text Example


Text Example

White with #3CCF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CCF36; }

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

 H1.HeaderClassName
 {
   color: #3CCF36;
 }
 .AnyTagClassName
 {
   color: #3CCF36;
 }
</style>

background-color css

<style>
 a { background-color: #3CCF36; }

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

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

border-color css

<style>
 span { border-color: #3CCF36; }

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

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