Html Css Color HEX #2DD401 Kelly Green

📋 copy color: '#2DD401'

red 45 ◦ green 212 ◦ blue 1

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

Shades of Kelly Green #2DD401

Tints of Kelly Green #2DD401

RGB

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

 GREEN value IS 212 (83.2% from 255) = 82.17%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 17.44%
G = 82.17%
B = 0.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#2DD401 (or 0x2DD401) is known color: Kelly Green. HEX triplet: 2D, D4 and 01. RGB value is (45,212,1). Sum of RGB (Red+Green+Blue) = 45+212+1=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 212 (83.20% from 255 or 82.17% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD401 is #D22BFE. Grayscale: #8A8A8A. Windows color (decimal): -13773823 or 119853. OLE color: 119853.

HSL color Cylindrical-coordinate representation of color #2DD401: hue angle of 107.49º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DD401 is Cyan = 0.79, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 45 212 1 -
CMYK 0.79 0 1.00 0.17
HSL 107.49º 0.99% 0.42% -
HSV(B) 107.49º 1% 0.83% -
XYZ 24.63 47.65 7.93 -
YUV 138.01 50.67 61.66 -
System Red Green Blue C M Y K H S L
Decimal 45 212 1 0.79 0 1.00 0.17 107.49 0.99 0.42
Hex 2D D4 1 4F 0 64 11 6B 63 2A
Octal 55 324 1 117 0 144 21 153 143 52
Binary 101101 11010100 1 1001111 0 1100100 10001 1101011 1100011 101010

Color Harmonies of #2DD401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD401

Black with #2DD401

Text Example


Text Example

White with #2DD401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,212,1); }

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

background-color css

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

 a { background-color: rgb(45,212,1); }

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

border-color css

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

 span { border-color: rgb(45,212,1); }

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