Html Css Color HEX #30F134 Lime Green

📋 copy color: '#30F134'

red 48 ◦ green 241 ◦ blue 52

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

Shades of Lime Green #30F134

Tints of Lime Green #30F134

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.67%

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 14.08%
G = 70.67%
B = 15.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#30F134 (or 0x30F134) is known color: Lime Green. HEX triplet: 30, F1 and 34. RGB value is (48,241,52). Sum of RGB (Red+Green+Blue) = 48+241+52=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #30F134 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F134 is #CF0ECB. Grayscale: #A2A2A2. Windows color (decimal): -13569740 or 3469616. OLE color: 3469616.

HSL color Cylindrical-coordinate representation of color #30F134: hue angle of 121.24º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F134 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 241 52 -
CMYK 0.80 0 0.78 0.05
HSL 121.24º 0.87% 0.57% -
HSV(B) 121.24º 0.8% 0.95% -
XYZ 33.29 63.79 13.81 -
YUV 161.75 66.06 46.87 -
System Red Green Blue C M Y K H S L
Decimal 48 241 52 0.80 0 0.78 0.05 121.24 0.87 0.57
Hex 30 F1 34 50 0 4E 5 79 57 39
Octal 60 361 64 120 0 116 5 171 127 71
Binary 110000 11110001 110100 1010000 0 1001110 101 1111001 1010111 111001

Color Harmonies of #30F134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F134

Black with #30F134

Text Example


Text Example

White with #30F134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,241,52); }

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

background-color css

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

 a { background-color: rgb(48,241,52); }

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

border-color css

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

 span { border-color: rgb(48,241,52); }

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