Html Css Color HEX #30FD3C Lime Green

📋 copy color: '#30FD3C'

red 48 ◦ green 253 ◦ blue 60

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

Shades of Lime Green #30FD3C

Tints of Lime Green #30FD3C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 70.08%

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

R = 13.3%
G = 70.08%
B = 16.62%

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

#30FD3C (or 0x30FD3C) is known color: Lime Green. HEX triplet: 30, FD and 3C. RGB value is (48,253,60). Sum of RGB (Red+Green+Blue) = 48+253+60=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 253 (99.22% from 255 or 70.08% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 253 - color contains mainly: green. Hex color #30FD3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FD3C is #CF02C3. Grayscale: #AAAAAA. Windows color (decimal): -13566660 or 3996976. OLE color: 3996976.

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

Color convert

RGB 48 253 60 -
CMYK 0.81 0 0.76 0.01
HSL 123.51º 0.98% 0.59% -
HSV(B) 123.51º 0.81% 0.99% -
XYZ 37.16 71.21 16.06 -
YUV 169.7 66.08 41.19 -
System Red Green Blue C M Y K H S L
Decimal 48 253 60 0.81 0 0.76 0.01 123.51 0.98 0.59
Hex 30 FD 3C 51 0 4C 1 7C 62 3B
Octal 60 375 74 121 0 114 1 174 142 73
Binary 110000 11111101 111100 1010001 0 1001100 1 1111100 1100010 111011

Color Harmonies of #30FD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FD3C

Black with #30FD3C

Text Example


Text Example

White with #30FD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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