Html Css Color HEX #30EA42 Lime Green

📋 copy color: '#30EA42'

red 48 ◦ green 234 ◦ blue 66

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

Shades of Lime Green #30EA42

Tints of Lime Green #30EA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 13.79%
G = 67.24%
B = 18.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#30EA42 (or 0x30EA42) is known color: Lime Green. HEX triplet: 30, EA and 42. RGB value is (48,234,66). Sum of RGB (Red+Green+Blue) = 48+234+66=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 234 (91.80% from 255 or 67.24% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EA42 is #CF15BD. Grayscale: #9F9F9F. Windows color (decimal): -13571518 or 4385328. OLE color: 4385328.

HSL color Cylindrical-coordinate representation of color #30EA42: hue angle of 125.81º 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 #30EA42 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 234 66 -
CMYK 0.79 0 0.72 0.08
HSL 125.81º 0.82% 0.55% -
HSV(B) 125.81º 0.79% 0.92% -
XYZ 31.63 59.87 15.04 -
YUV 159.23 75.38 48.66 -
System Red Green Blue C M Y K H S L
Decimal 48 234 66 0.79 0 0.72 0.08 125.81 0.82 0.55
Hex 30 EA 42 4F 0 48 8 7E 52 37
Octal 60 352 102 117 0 110 10 176 122 67
Binary 110000 11101010 1000010 1001111 0 1001000 1000 1111110 1010010 110111

Color Harmonies of #30EA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EA42

Black with #30EA42

Text Example


Text Example

White with #30EA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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