Html Css Color HEX #2DBC02 Kelly Green

📋 copy color: '#2DBC02'

red 45 ◦ green 188 ◦ blue 2

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

Shades of Kelly Green #2DBC02

Tints of Kelly Green #2DBC02

RGB

 RED value IS 45 (17.97% from 255) = 19.15%

 GREEN value IS 188 (73.83% from 255) = 80%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 19.15%
G = 80%
B = 0.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#2DBC02 (or 0x2DBC02) is known color: Kelly Green. HEX triplet: 2D, BC and 02. RGB value is (45,188,2). Sum of RGB (Red+Green+Blue) = 45+188+2=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 188 (73.83% from 255 or 80% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBC02 is #D243FD. Grayscale: #7C7C7C. Windows color (decimal): -13779966 or 179245. OLE color: 179245.

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

Color convert

RGB 45 188 2 -
CMYK 0.76 0 0.99 0.26
HSL 106.13º 0.98% 0.37% -
HSV(B) 106.13º 0.99% 0.74% -
XYZ 19.08 36.53 6.1 -
YUV 124.04 59.12 71.62 -
System Red Green Blue C M Y K H S L
Decimal 45 188 2 0.76 0 0.99 0.26 106.13 0.98 0.37
Hex 2D BC 2 4C 0 63 1A 6A 62 25
Octal 55 274 2 114 0 143 32 152 142 45
Binary 101101 10111100 10 1001100 0 1100011 11010 1101010 1100010 100101

Color Harmonies of #2DBC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBC02

Black with #2DBC02

Text Example


Text Example

White with #2DBC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DBC02;
 }
 .AnyTagClassName
 {
   color: #2DBC02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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