Html Css Color HEX #30C033 Lime Green

📋 copy color: '#30C033'

red 48 ◦ green 192 ◦ blue 51

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

Shades of Lime Green #30C033

Tints of Lime Green #30C033

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.98%

 BLUE value IS 51 (20.31% from 255) = 17.53%

R = 16.49%
G = 65.98%
B = 17.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#30C033 (or 0x30C033) is known color: Lime Green. HEX triplet: 30, C0 and 33. RGB value is (48,192,51). Sum of RGB (Red+Green+Blue) = 48+192+51=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #30C033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C033 is #CF3FCC. Grayscale: #858585. Windows color (decimal): -13582285 or 3391536. OLE color: 3391536.

HSL color Cylindrical-coordinate representation of color #30C033: hue angle of 121.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C033 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 192 51 -
CMYK 0.75 0 0.73 0.25
HSL 121.25º 0.6% 0.47% -
HSV(B) 121.25º 0.75% 0.75% -
XYZ 20.67 38.57 9.49 -
YUV 132.87 81.79 67.46 -
System Red Green Blue C M Y K H S L
Decimal 48 192 51 0.75 0 0.73 0.25 121.25 0.6 0.47
Hex 30 C0 33 4B 0 49 19 79 3C 2F
Octal 60 300 63 113 0 111 31 171 74 57
Binary 110000 11000000 110011 1001011 0 1001001 11001 1111001 111100 101111

Color Harmonies of #30C033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C033

Black with #30C033

Text Example


Text Example

White with #30C033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,192,51); }

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

background-color css

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

 a { background-color: rgb(48,192,51); }

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

border-color css

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

 span { border-color: rgb(48,192,51); }

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