Html Css Color HEX #30F428 Lime Green

📋 copy color: '#30F428'

red 48 ◦ green 244 ◦ blue 40

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

Shades of Lime Green #30F428

Tints of Lime Green #30F428

RGB

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

 GREEN value IS 244 (95.7% from 255) = 73.49%

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 14.46%
G = 73.49%
B = 12.05%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#30F428 (or 0x30F428) is known color: Lime Green. HEX triplet: 30, F4 and 28. RGB value is (48,244,40). Sum of RGB (Red+Green+Blue) = 48+244+40=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 244 (95.70% from 255 or 73.49% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 244 - color contains mainly: green. Hex color #30F428 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F428 is #CF0BD7. Grayscale: #A2A2A2. Windows color (decimal): -13568984 or 2683952. OLE color: 2683952.

HSL color Cylindrical-coordinate representation of color #30F428: hue angle of 117.65º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30F428 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 244 40 -
CMYK 0.80 0 0.84 0.04
HSL 117.65º 0.9% 0.56% -
HSV(B) 117.65º 0.84% 0.96% -
XYZ 33.95 65.48 12.86 -
YUV 162.14 59.07 46.59 -
System Red Green Blue C M Y K H S L
Decimal 48 244 40 0.80 0 0.84 0.04 117.65 0.9 0.56
Hex 30 F4 28 50 0 54 4 76 5A 38
Octal 60 364 50 120 0 124 4 166 132 70
Binary 110000 11110100 101000 1010000 0 1010100 100 1110110 1011010 111000

Color Harmonies of #30F428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F428

Black with #30F428

Text Example


Text Example

White with #30F428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,244,40); }

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

background-color css

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

 a { background-color: rgb(48,244,40); }

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

border-color css

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

 span { border-color: rgb(48,244,40); }

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