Html Css Color HEX #30EA36 Lime Green

📋 copy color: '#30EA36'

red 48 ◦ green 234 ◦ blue 54

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

Shades of Lime Green #30EA36

Tints of Lime Green #30EA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.07%

R = 14.29%
G = 69.64%
B = 16.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#30EA36 (or 0x30EA36) is known color: Lime Green. HEX triplet: 30, EA and 36. RGB value is (48,234,54). Sum of RGB (Red+Green+Blue) = 48+234+54=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 234 (91.80% from 255 or 69.64% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EA36 is #CF15C9. Grayscale: #9E9E9E. Windows color (decimal): -13571530 or 3598896. OLE color: 3598896.

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

Color convert

RGB 48 234 54 -
CMYK 0.79 0 0.77 0.08
HSL 121.94º 0.82% 0.55% -
HSV(B) 121.94º 0.79% 0.92% -
XYZ 31.31 59.74 13.37 -
YUV 157.87 69.38 49.64 -
System Red Green Blue C M Y K H S L
Decimal 48 234 54 0.79 0 0.77 0.08 121.94 0.82 0.55
Hex 30 EA 36 4F 0 4D 8 7A 52 37
Octal 60 352 66 117 0 115 10 172 122 67
Binary 110000 11101010 110110 1001111 0 1001101 1000 1111010 1010010 110111

Color Harmonies of #30EA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EA36

Black with #30EA36

Text Example


Text Example

White with #30EA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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