Html Css Color HEX #30C433 Lime Green

📋 copy color: '#30C433'

red 48 ◦ green 196 ◦ blue 51

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

Shades of Lime Green #30C433

Tints of Lime Green #30C433

RGB

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

 GREEN value IS 196 (76.95% from 255) = 66.44%

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

R = 16.27%
G = 66.44%
B = 17.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#30C433 (or 0x30C433) is known color: Lime Green. HEX triplet: 30, C4 and 33. RGB value is (48,196,51). Sum of RGB (Red+Green+Blue) = 48+196+51=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 196 (76.95% from 255 or 66.44% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 196 - color contains mainly: green. Hex color #30C433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C433 is #CF3BCC. Grayscale: #878787. Windows color (decimal): -13581261 or 3392560. OLE color: 3392560.

HSL color Cylindrical-coordinate representation of color #30C433: hue angle of 121.22º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C433 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 196 51 -
CMYK 0.76 0 0.74 0.23
HSL 121.22º 0.61% 0.48% -
HSV(B) 121.22º 0.76% 0.77% -
XYZ 21.56 40.35 9.78 -
YUV 135.22 80.47 65.79 -
System Red Green Blue C M Y K H S L
Decimal 48 196 51 0.76 0 0.74 0.23 121.22 0.61 0.48
Hex 30 C4 33 4C 0 4A 17 79 3D 30
Octal 60 304 63 114 0 112 27 171 75 60
Binary 110000 11000100 110011 1001100 0 1001010 10111 1111001 111101 110000

Color Harmonies of #30C433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C433

Black with #30C433

Text Example


Text Example

White with #30C433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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