#2FC30A

Color #2FC30A Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2FC30A

Tints of Kelly Green #2FC30A

Color information

#2FC30A (or 0x2FC30A) is unknown color: approx Kelly Green. HEX triplet: 2F, C3 and 0A. RGB value is (47,195,10). Sum of RGB (Red+Green+Blue) = 47+195+10=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 195 (76.56% from 255 or 77.38% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC30A is #D03CF5. Grayscale: #828282. Windows color (decimal): -13647094 or 705327. OLE color: 705327.

HSL color Cylindrical-coordinate representation of color #2FC30A: hue angle of 108º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FC30A is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB4719510-
CMYK0.7600.950.24
HSL108º90.24%40.2%-
HSV(B)108º94.87%76.47%-
XYZ20.7439.666.85-
YUV129.6660.4769.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.65%
GREEN value IS 195 (76.56% from 255) = 77.38%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=18.65%
G=77.38%
B=3.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal47195100.7600.950.2410890.2440.2
Hex2FC3A4C05F186c5a28
Octal573031211401373015413250
Binary1011111100001110101001100010111111100011011001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FC30A; }

 p { color: rgb(47,195,10); }

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

<style>
 a { background-color: #2FC30A; }

 a { background-color: rgb(47,195,10); }

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

<style>
 span { border-color: #2FC30A; }

 span { border-color: rgb(47,195,10); }

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