Html Css Color HEX #30FE34 Lime Green

📋 copy color: '#30FE34'

red 48 ◦ green 254 ◦ blue 52

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

Shades of Lime Green #30FE34

Tints of Lime Green #30FE34

RGB

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

 GREEN value IS 254 (99.61% from 255) = 71.75%

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

R = 13.56%
G = 71.75%
B = 14.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#30FE34 (or 0x30FE34) is known color: Lime Green. HEX triplet: 30, FE and 34. RGB value is (48,254,52). Sum of RGB (Red+Green+Blue) = 48+254+52=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 254 (99.61% from 255 or 71.75% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 254 - color contains mainly: green. Hex color #30FE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FE34 is #CF01CB. Grayscale: #A9A9A9. Windows color (decimal): -13566412 or 3472944. OLE color: 3472944.

HSL color Cylindrical-coordinate representation of color #30FE34: hue angle of 121.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FE34 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 254 52 -
CMYK 0.81 0 0.80 0.00
HSL 121.17º 0.99% 0.59% -
HSV(B) 121.17º 0.81% 1% -
XYZ 37.28 71.76 15.13 -
YUV 169.38 61.75 41.43 -
System Red Green Blue C M Y K H S L
Decimal 48 254 52 0.81 0 0.80 0.00 121.17 0.99 0.59
Hex 30 FE 34 51 0 50 0 79 63 3B
Octal 60 376 64 121 0 120 0 171 143 73
Binary 110000 11111110 110100 1010001 0 1010000 0 1111001 1100011 111011

Color Harmonies of #30FE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FE34

Black with #30FE34

Text Example


Text Example

White with #30FE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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