Html Css Color HEX #30FC3C Lime Green

📋 copy color: '#30FC3C'

red 48 ◦ green 252 ◦ blue 60

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

Shades of Lime Green #30FC3C

Tints of Lime Green #30FC3C

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #30FC3C: hue angle of 123.53º 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 #30FC3C is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 252 60 -
CMYK 0.81 0 0.76 0.01
HSL 123.53º 0.97% 0.59% -
HSV(B) 123.53º 0.81% 0.99% -
XYZ 36.84 70.58 15.96 -
YUV 169.12 66.41 41.61 -
System Red Green Blue C M Y K H S L
Decimal 48 252 60 0.81 0 0.76 0.01 123.53 0.97 0.59
Hex 30 FC 3C 51 0 4C 1 7C 61 3B
Octal 60 374 74 121 0 114 1 174 141 73
Binary 110000 11111100 111100 1010001 0 1001100 1 1111100 1100001 111011

Color Harmonies of #30FC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FC3C

Black with #30FC3C

Text Example


Text Example

White with #30FC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30FC3C; }

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

 H1.HeaderClassName
 {
   color: #30FC3C;
 }
 .AnyTagClassName
 {
   color: #30FC3C;
 }
</style>

background-color css

<style>
 a { background-color: #30FC3C; }

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

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

border-color css

<style>
 span { border-color: #30FC3C; }

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

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