#2DBF02

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

Shades of Kelly Green #2DBF02

Tints of Kelly Green #2DBF02

Color information

#2DBF02 (or 0x2DBF02) is unknown color: approx Kelly Green. HEX triplet: 2D, BF and 02. RGB value is (45,191,2). Sum of RGB (Red+Green+Blue) = 45+191+2=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 191 (75% from 255 or 80.25% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBF02 is #D240FD. Grayscale: #7E7E7E. Windows color (decimal): -13779198 or 180013. OLE color: 180013.

HSL color Cylindrical-coordinate representation of color #2DBF02: hue angle of 106.35º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DBF02 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB451912-
CMYK0.7600.990.25
HSL106.35º97.93%37.84%-
HSV(B)106.35º98.95%74.9%-
XYZ19.7237.826.32-
YUV125.858.1370.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.91%
GREEN value IS 191 (75% from 255) = 80.25%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=18.91%
G=80.25%
B=0.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4519120.7600.990.25106.3597.9337.84
Hex2DBF24C063196a6226
Octal55277211401433115214246
Binary10110110111111101001100011000111100111010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,191,2); }

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

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

 a { background-color: rgb(45,191,2); }

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

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

 span { border-color: rgb(45,191,2); }

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