Html Css Color HEX #30D034 Lime Green

📋 copy color: '#30D034'

red 48 ◦ green 208 ◦ blue 52

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

Shades of Lime Green #30D034

Tints of Lime Green #30D034

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.53%

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

R = 15.58%
G = 67.53%
B = 16.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#30D034 (or 0x30D034) is known color: Lime Green. HEX triplet: 30, D0 and 34. RGB value is (48,208,52). Sum of RGB (Red+Green+Blue) = 48+208+52=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 208 (81.64% from 255 or 67.53% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 208 - color contains mainly: green. Hex color #30D034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D034 is #CF2FCB. Grayscale: #8E8E8E. Windows color (decimal): -13578188 or 3461168. OLE color: 3461168.

HSL color Cylindrical-coordinate representation of color #30D034: hue angle of 121.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D034 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 208 52 -
CMYK 0.77 0 0.75 0.18
HSL 121.5º 0.63% 0.5% -
HSV(B) 121.5º 0.77% 0.82% -
XYZ 24.39 45.99 10.84 -
YUV 142.38 76.99 60.68 -
System Red Green Blue C M Y K H S L
Decimal 48 208 52 0.77 0 0.75 0.18 121.5 0.63 0.5
Hex 30 D0 34 4D 0 4B 12 7A 3F 32
Octal 60 320 64 115 0 113 22 172 77 62
Binary 110000 11010000 110100 1001101 0 1001011 10010 1111010 111111 110010

Color Harmonies of #30D034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D034

Black with #30D034

Text Example


Text Example

White with #30D034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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