Html Css Color HEX #30EA3C Lime Green

📋 copy color: '#30EA3C'

red 48 ◦ green 234 ◦ blue 60

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

Shades of Lime Green #30EA3C

Tints of Lime Green #30EA3C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 68.42%

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

R = 14.04%
G = 68.42%
B = 17.54%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#30EA3C (or 0x30EA3C) is known color: Lime Green. HEX triplet: 30, EA and 3C. RGB value is (48,234,60). Sum of RGB (Red+Green+Blue) = 48+234+60=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 234 (91.80% from 255 or 68.42% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EA3C is #CF15C3. Grayscale: #9F9F9F. Windows color (decimal): -13571524 or 3992112. OLE color: 3992112.

HSL color Cylindrical-coordinate representation of color #30EA3C: hue angle of 123.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30EA3C is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 234 60 -
CMYK 0.79 0 0.74 0.08
HSL 123.87º 0.82% 0.55% -
HSV(B) 123.87º 0.79% 0.92% -
XYZ 31.46 59.8 14.16 -
YUV 158.55 72.38 49.15 -
System Red Green Blue C M Y K H S L
Decimal 48 234 60 0.79 0 0.74 0.08 123.87 0.82 0.55
Hex 30 EA 3C 4F 0 4A 8 7C 52 37
Octal 60 352 74 117 0 112 10 174 122 67
Binary 110000 11101010 111100 1001111 0 1001010 1000 1111100 1010010 110111

Color Harmonies of #30EA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EA3C

Black with #30EA3C

Text Example


Text Example

White with #30EA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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