#30cf33

Color #30CF33 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #30CF33

Tints of Lime Green #30CF33

Color information

#30CF33 (or 0x30CF33) is unknown color: approx Lime Green. HEX triplet: 30, CF and 33. RGB value is (48,207,51). Sum of RGB (Red+Green+Blue) = 48+207+51=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 207 (81.25% from 255 or 67.65% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CF33 is #CF30CC. Grayscale: #8E8E8E. Windows color (decimal): -13578445 or 3395376. OLE color: 3395376.

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

Color convert

RGB4820751-
CMYK0.7700.750.19
HSL121.13º62.35%50%-
HSV(B)121.13º76.81%81.18%-
XYZ24.1345.4910.64-
YUV141.6776.8261.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 207 (81.25% from 255) = 67.65%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=15.69%
G=67.65%
B=16.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48207510.7700.750.19121.1362.3550
Hex30CF334D04B13793e32
Octal60317631150113231717662
Binary11000011001111110011100110101001011100111111001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30cf33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30cf33;
 }
 .AnyTagClassName
 {
   color: #30cf33;
 }
</style>
background-color css

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

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

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

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

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

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