Html Css Color HEX #30F224 Lime Green

📋 copy color: '#30F224'

red 48 ◦ green 242 ◦ blue 36

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

Shades of Lime Green #30F224

Tints of Lime Green #30F224

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.23%

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 14.72%
G = 74.23%
B = 11.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#30F224 (or 0x30F224) is known color: Lime Green. HEX triplet: 30, F2 and 24. RGB value is (48,242,36). Sum of RGB (Red+Green+Blue) = 48+242+36=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #30F224 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F224 is #CF0DDB. Grayscale: #A1A1A1. Windows color (decimal): -13569500 or 2421296. OLE color: 2421296.

HSL color Cylindrical-coordinate representation of color #30F224: hue angle of 116.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30F224 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 36 -
CMYK 0.80 0 0.85 0.05
HSL 116.5º 0.89% 0.55% -
HSV(B) 116.5º 0.85% 0.95% -
XYZ 33.29 64.26 12.32 -
YUV 160.51 57.73 47.75 -
System Red Green Blue C M Y K H S L
Decimal 48 242 36 0.80 0 0.85 0.05 116.5 0.89 0.55
Hex 30 F2 24 50 0 55 5 75 59 37
Octal 60 362 44 120 0 125 5 165 131 67
Binary 110000 11110010 100100 1010000 0 1010101 101 1110101 1011001 110111

Color Harmonies of #30F224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F224

Black with #30F224

Text Example


Text Example

White with #30F224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,242,36); }

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

background-color css

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

 a { background-color: rgb(48,242,36); }

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

border-color css

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

 span { border-color: rgb(48,242,36); }

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