Html Css Color HEX #30F022 Lime Green

📋 copy color: '#30F022'

red 48 ◦ green 240 ◦ blue 34

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

Shades of Lime Green #30F022

Tints of Lime Green #30F022

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.53%

 BLUE value IS 34 (13.67% from 255) = 10.56%

R = 14.91%
G = 74.53%
B = 10.56%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#30F022 (or 0x30F022) is known color: Lime Green. HEX triplet: 30, F0 and 22. RGB value is (48,240,34). Sum of RGB (Red+Green+Blue) = 48+240+34=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #30F022 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F022 is #CF0FDD. Grayscale: #9F9F9F. Windows color (decimal): -13570014 or 2289712. OLE color: 2289712.

HSL color Cylindrical-coordinate representation of color #30F022: hue angle of 115.92º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30F022 is Cyan = 0.8, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 240 34 -
CMYK 0.8 0 0.86 0.06
HSL 115.92º 0.87% 0.54% -
HSV(B) 115.92º 0.86% 0.94% -
XYZ 32.67 63.06 11.96 -
YUV 159.11 57.39 48.75 -
System Red Green Blue C M Y K H S L
Decimal 48 240 34 0.8 0 0.86 0.06 115.92 0.87 0.54
Hex 30 F0 22 50 0 56 6 74 57 36
Octal 60 360 42 120 0 126 6 164 127 66
Binary 110000 11110000 100010 1010000 0 1010110 110 1110100 1010111 110110

Color Harmonies of #30F022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F022

Black with #30F022

Text Example


Text Example

White with #30F022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,240,34); }

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

background-color css

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

 a { background-color: rgb(48,240,34); }

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

border-color css

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

 span { border-color: rgb(48,240,34); }

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