Html Css Color HEX #2DB70C Kelly Green

📋 copy color: '#2DB70C'

red 45 ◦ green 183 ◦ blue 12

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

Shades of Kelly Green #2DB70C

Tints of Kelly Green #2DB70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 76.25%

 BLUE value IS 12 (5.08% from 255) = 5%

R = 18.75%
G = 76.25%
B = 5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#2DB70C (or 0x2DB70C) is known color: Kelly Green. HEX triplet: 2D, B7 and 0C. RGB value is (45,183,12). Sum of RGB (Red+Green+Blue) = 45+183+12=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 183 (71.88% from 255 or 76.25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB70C is #D248F3. Grayscale: #7A7A7A. Windows color (decimal): -13781236 or 833325. OLE color: 833325.

HSL color Cylindrical-coordinate representation of color #2DB70C: hue angle of 108.42º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DB70C is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 183 12 -
CMYK 0.75 0 0.93 0.28
HSL 108.42º 0.88% 0.38% -
HSV(B) 108.42º 0.93% 0.72% -
XYZ 18.08 34.45 6.04 -
YUV 122.24 65.78 72.9 -
System Red Green Blue C M Y K H S L
Decimal 45 183 12 0.75 0 0.93 0.28 108.42 0.88 0.38
Hex 2D B7 C 4B 0 5D 1C 6C 58 26
Octal 55 267 14 113 0 135 34 154 130 46
Binary 101101 10110111 1100 1001011 0 1011101 11100 1101100 1011000 100110

Color Harmonies of #2DB70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB70C

Black with #2DB70C

Text Example


Text Example

White with #2DB70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,183,12); }

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

background-color css

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

 a { background-color: rgb(45,183,12); }

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

border-color css

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

 span { border-color: rgb(45,183,12); }

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