Html Css Color HEX #3CCC27 Lime Green

📋 copy color: '#3CCC27'

red 60 ◦ green 204 ◦ blue 39

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

Shades of Lime Green #3CCC27

Tints of Lime Green #3CCC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 67.33%

 BLUE value IS 39 (15.63% from 255) = 12.87%

R = 19.8%
G = 67.33%
B = 12.87%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#3CCC27 (or 0x3CCC27) is known color: Lime Green. HEX triplet: 3C, CC and 27. RGB value is (60,204,39). Sum of RGB (Red+Green+Blue) = 60+204+39=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 204 (80.08% from 255 or 67.33% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCC27 is #C333D8. Grayscale: #8E8E8E. Windows color (decimal): -12792793 or 2608188. OLE color: 2608188.

HSL color Cylindrical-coordinate representation of color #3CCC27: hue angle of 112.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CCC27 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 204 39 -
CMYK 0.71 0 0.81 0.2
HSL 112.36º 0.68% 0.48% -
HSV(B) 112.36º 0.81% 0.8% -
XYZ 23.82 44.29 9.21 -
YUV 142.13 69.79 69.42 -
System Red Green Blue C M Y K H S L
Decimal 60 204 39 0.71 0 0.81 0.2 112.36 0.68 0.48
Hex 3C CC 27 47 0 51 14 70 44 30
Octal 74 314 47 107 0 121 24 160 104 60
Binary 111100 11001100 100111 1000111 0 1010001 10100 1110000 1000100 110000

Color Harmonies of #3CCC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCC27

Black with #3CCC27

Text Example


Text Example

White with #3CCC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,204,39); }

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

background-color css

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

 a { background-color: rgb(60,204,39); }

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

border-color css

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

 span { border-color: rgb(60,204,39); }

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