Html Css Color HEX #3CDF30 Lime Green

📋 copy color: '#3CDF30'

red 60 ◦ green 223 ◦ blue 48

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

Shades of Lime Green #3CDF30

Tints of Lime Green #3CDF30

RGB

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

 GREEN value IS 223 (87.5% from 255) = 67.37%

 BLUE value IS 48 (19.14% from 255) = 14.5%

R = 18.13%
G = 67.37%
B = 14.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#3CDF30 (or 0x3CDF30) is known color: Lime Green. HEX triplet: 3C, DF and 30. RGB value is (60,223,48). Sum of RGB (Red+Green+Blue) = 60+223+48=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 223 (87.5% from 255 or 67.37% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF30 is #C320CF. Grayscale: #9A9A9A. Windows color (decimal): -12787920 or 3202876. OLE color: 3202876.

HSL color Cylindrical-coordinate representation of color #3CDF30: hue angle of 115.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CDF30 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 48 -
CMYK 0.73 0 0.78 0.13
HSL 115.89º 0.73% 0.53% -
HSV(B) 115.89º 0.78% 0.87% -
XYZ 28.78 53.95 11.69 -
YUV 154.31 68 60.73 -
System Red Green Blue C M Y K H S L
Decimal 60 223 48 0.73 0 0.78 0.13 115.89 0.73 0.53
Hex 3C DF 30 49 0 4E D 74 49 35
Octal 74 337 60 111 0 116 15 164 111 65
Binary 111100 11011111 110000 1001001 0 1001110 1101 1110100 1001001 110101

Color Harmonies of #3CDF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDF30

Black with #3CDF30

Text Example


Text Example

White with #3CDF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,223,48); }

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

background-color css

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

 a { background-color: rgb(60,223,48); }

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

border-color css

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

 span { border-color: rgb(60,223,48); }

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