Html Css Color HEX #30F43F Lime Green

📋 copy color: '#30F43F'

red 48 ◦ green 244 ◦ blue 63

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

Shades of Lime Green #30F43F

Tints of Lime Green #30F43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.75%

R = 13.52%
G = 68.73%
B = 17.75%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#30F43F (or 0x30F43F) is known color: Lime Green. HEX triplet: 30, F4 and 3F. RGB value is (48,244,63). Sum of RGB (Red+Green+Blue) = 48+244+63=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 244 (95.70% from 255 or 68.73% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 244 - color contains mainly: green. Hex color #30F43F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F43F is #CF0BC0. Grayscale: #A5A5A5. Windows color (decimal): -13568961 or 4191280. OLE color: 4191280.

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

Color convert

RGB 48 244 63 -
CMYK 0.80 0 0.74 0.04
HSL 124.59º 0.9% 0.57% -
HSV(B) 124.59º 0.8% 0.96% -
XYZ 34.47 65.69 15.57 -
YUV 164.76 70.57 44.72 -
System Red Green Blue C M Y K H S L
Decimal 48 244 63 0.80 0 0.74 0.04 124.59 0.9 0.57
Hex 30 F4 3F 50 0 4A 4 7D 5A 39
Octal 60 364 77 120 0 112 4 175 132 71
Binary 110000 11110100 111111 1010000 0 1001010 100 1111101 1011010 111001

Color Harmonies of #30F43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F43F

Black with #30F43F

Text Example


Text Example

White with #30F43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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