Html Css Color HEX #30C04B Lime Green

📋 copy color: '#30C04B'

red 48 ◦ green 192 ◦ blue 75

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

Shades of Lime Green #30C04B

Tints of Lime Green #30C04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 15.24%
G = 60.95%
B = 23.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#30C04B (or 0x30C04B) is known color: Lime Green. HEX triplet: 30, C0 and 4B. RGB value is (48,192,75). Sum of RGB (Red+Green+Blue) = 48+192+75=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #30C04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C04B is #CF3FB4. Grayscale: #878787. Windows color (decimal): -13582261 or 4964400. OLE color: 4964400.

HSL color Cylindrical-coordinate representation of color #30C04B: hue angle of 131.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 #30C04B is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 192 75 -
CMYK 0.75 0 0.61 0.25
HSL 131.25º 0.6% 0.47% -
HSV(B) 131.25º 0.75% 0.75% -
XYZ 21.34 38.84 13.03 -
YUV 135.61 93.79 65.51 -
System Red Green Blue C M Y K H S L
Decimal 48 192 75 0.75 0 0.61 0.25 131.25 0.6 0.47
Hex 30 C0 4B 4B 0 3D 19 83 3C 2F
Octal 60 300 113 113 0 75 31 203 74 57
Binary 110000 11000000 1001011 1001011 0 111101 11001 10000011 111100 101111

Color Harmonies of #30C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C04B

Black with #30C04B

Text Example


Text Example

White with #30C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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