Html Css Color HEX #3CFC30 Lime Green

📋 copy color: '#3CFC30'

red 60 ◦ green 252 ◦ blue 48

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

Shades of Lime Green #3CFC30

Tints of Lime Green #3CFC30

RGB

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

 GREEN value IS 252 (98.83% from 255) = 70%

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

R = 16.67%
G = 70%
B = 13.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#3CFC30 (or 0x3CFC30) is known color: Lime Green. HEX triplet: 3C, FC and 30. RGB value is (60,252,48). Sum of RGB (Red+Green+Blue) = 60+252+48=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 252 (98.83% from 255 or 70% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFC30 is #C303CF. Grayscale: #ABABAB. Windows color (decimal): -12780496 or 3210300. OLE color: 3210300.

HSL color Cylindrical-coordinate representation of color #3CFC30: hue angle of 116.47º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CFC30 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 252 48 -
CMYK 0.76 0 0.81 0.01
HSL 116.47º 0.97% 0.59% -
HSV(B) 116.47º 0.81% 0.99% -
XYZ 37.21 70.79 14.5 -
YUV 171.34 58.39 48.59 -
System Red Green Blue C M Y K H S L
Decimal 60 252 48 0.76 0 0.81 0.01 116.47 0.97 0.59
Hex 3C FC 30 4C 0 51 1 74 61 3B
Octal 74 374 60 114 0 121 1 164 141 73
Binary 111100 11111100 110000 1001100 0 1010001 1 1110100 1100001 111011

Color Harmonies of #3CFC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC30

Black with #3CFC30

Text Example


Text Example

White with #3CFC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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