Html Css Color HEX #30C334 Lime Green

📋 copy color: '#30C334'

red 48 ◦ green 195 ◦ blue 52

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

Shades of Lime Green #30C334

Tints of Lime Green #30C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 66.1%

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

R = 16.27%
G = 66.1%
B = 17.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#30C334 (or 0x30C334) is known color: Lime Green. HEX triplet: 30, C3 and 34. RGB value is (48,195,52). Sum of RGB (Red+Green+Blue) = 48+195+52=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #30C334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C334 is #CF3CCB. Grayscale: #878787. Windows color (decimal): -13581516 or 3457840. OLE color: 3457840.

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

Color convert

RGB 48 195 52 -
CMYK 0.75 0 0.73 0.24
HSL 121.63º 0.6% 0.48% -
HSV(B) 121.63º 0.75% 0.76% -
XYZ 21.35 39.91 9.83 -
YUV 134.75 81.3 66.13 -
System Red Green Blue C M Y K H S L
Decimal 48 195 52 0.75 0 0.73 0.24 121.63 0.6 0.48
Hex 30 C3 34 4B 0 49 18 7A 3C 30
Octal 60 303 64 113 0 111 30 172 74 60
Binary 110000 11000011 110100 1001011 0 1001001 11000 1111010 111100 110000

Color Harmonies of #30C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C334

Black with #30C334

Text Example


Text Example

White with #30C334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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