Html Css Color HEX #3CDB28 Lime Green

📋 copy color: '#3CDB28'

red 60 ◦ green 219 ◦ blue 40

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

Shades of Lime Green #3CDB28

Tints of Lime Green #3CDB28

RGB

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

 GREEN value IS 219 (85.94% from 255) = 68.65%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 18.81%
G = 68.65%
B = 12.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#3CDB28 (or 0x3CDB28) is known color: Lime Green. HEX triplet: 3C, DB and 28. RGB value is (60,219,40). Sum of RGB (Red+Green+Blue) = 60+219+40=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 219 (85.94% from 255 or 68.65% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDB28 is #C324D7. Grayscale: #979797. Windows color (decimal): -12788952 or 2677564. OLE color: 2677564.

HSL color Cylindrical-coordinate representation of color #3CDB28: hue angle of 113.3º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CDB28 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 219 40 -
CMYK 0.73 0 0.82 0.14
HSL 113.3º 0.71% 0.51% -
HSV(B) 113.3º 0.82% 0.86% -
XYZ 27.58 51.78 10.55 -
YUV 151.05 65.32 63.05 -
System Red Green Blue C M Y K H S L
Decimal 60 219 40 0.73 0 0.82 0.14 113.3 0.71 0.51
Hex 3C DB 28 49 0 52 E 71 47 33
Octal 74 333 50 111 0 122 16 161 107 63
Binary 111100 11011011 101000 1001001 0 1010010 1110 1110001 1000111 110011

Color Harmonies of #3CDB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDB28

Black with #3CDB28

Text Example


Text Example

White with #3CDB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,219,40); }

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

background-color css

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

 a { background-color: rgb(60,219,40); }

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

border-color css

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

 span { border-color: rgb(60,219,40); }

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