Html Css Color HEX #2DD003 Kelly Green

📋 copy color: '#2DD003'

red 45 ◦ green 208 ◦ blue 3

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

Shades of Kelly Green #2DD003

Tints of Kelly Green #2DD003

RGB

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

 GREEN value IS 208 (81.64% from 255) = 81.25%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 17.58%
G = 81.25%
B = 1.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#2DD003 (or 0x2DD003) is known color: Kelly Green. HEX triplet: 2D, D0 and 03. RGB value is (45,208,3). Sum of RGB (Red+Green+Blue) = 45+208+3=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 208 (81.64% from 255 or 81.25% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD003 is #D22FFC. Grayscale: #888888. Windows color (decimal): -13774845 or 249901. OLE color: 249901.

HSL color Cylindrical-coordinate representation of color #2DD003: hue angle of 107.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DD003 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 45 208 3 -
CMYK 0.78 0 0.99 0.18
HSL 107.71º 0.97% 0.41% -
HSV(B) 107.71º 0.99% 0.82% -
XYZ 23.65 45.68 7.66 -
YUV 135.89 53 63.17 -
System Red Green Blue C M Y K H S L
Decimal 45 208 3 0.78 0 0.99 0.18 107.71 0.97 0.41
Hex 2D D0 3 4E 0 63 12 6C 61 29
Octal 55 320 3 116 0 143 22 154 141 51
Binary 101101 11010000 11 1001110 0 1100011 10010 1101100 1100001 101001

Color Harmonies of #2DD003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD003

Black with #2DD003

Text Example


Text Example

White with #2DD003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,208,3); }

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

background-color css

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

 a { background-color: rgb(45,208,3); }

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

border-color css

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

 span { border-color: rgb(45,208,3); }

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