Html Css Color HEX #30EA41 Lime Green

📋 copy color: '#30EA41'

red 48 ◦ green 234 ◦ blue 65

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

Shades of Lime Green #30EA41

Tints of Lime Green #30EA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 13.83%
G = 67.44%
B = 18.73%

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

#30EA41 (or 0x30EA41) is known color: Lime Green. HEX triplet: 30, EA and 41. RGB value is (48,234,65). Sum of RGB (Red+Green+Blue) = 48+234+65=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 234 (91.80% from 255 or 67.44% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EA41 is #CF15BE. Grayscale: #9F9F9F. Windows color (decimal): -13571519 or 4319792. OLE color: 4319792.

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

Color convert

RGB 48 234 65 -
CMYK 0.79 0 0.72 0.08
HSL 125.48º 0.82% 0.55% -
HSV(B) 125.48º 0.79% 0.92% -
XYZ 31.6 59.86 14.89 -
YUV 159.12 74.88 48.74 -
System Red Green Blue C M Y K H S L
Decimal 48 234 65 0.79 0 0.72 0.08 125.48 0.82 0.55
Hex 30 EA 41 4F 0 48 8 7D 52 37
Octal 60 352 101 117 0 110 10 175 122 67
Binary 110000 11101010 1000001 1001111 0 1001000 1000 1111101 1010010 110111

Color Harmonies of #30EA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EA41

Black with #30EA41

Text Example


Text Example

White with #30EA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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