Html Css Color HEX #2DBF05 Kelly Green

📋 copy color: '#2DBF05'

red 45 ◦ green 191 ◦ blue 5

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

Shades of Kelly Green #2DBF05

Tints of Kelly Green #2DBF05

RGB

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

 GREEN value IS 191 (75% from 255) = 79.25%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 18.67%
G = 79.25%
B = 2.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#2DBF05 (or 0x2DBF05) is known color: Kelly Green. HEX triplet: 2D, BF and 05. RGB value is (45,191,5). Sum of RGB (Red+Green+Blue) = 45+191+5=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 191 (75% from 255 or 79.25% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBF05 is #D240FA. Grayscale: #7E7E7E. Windows color (decimal): -13779195 or 376621. OLE color: 376621.

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

Color convert

RGB 45 191 5 -
CMYK 0.76 0 0.97 0.25
HSL 107.1º 0.95% 0.38% -
HSV(B) 107.1º 0.97% 0.75% -
XYZ 19.74 37.83 6.41 -
YUV 126.14 59.63 70.12 -
System Red Green Blue C M Y K H S L
Decimal 45 191 5 0.76 0 0.97 0.25 107.1 0.95 0.38
Hex 2D BF 5 4C 0 61 19 6B 5F 26
Octal 55 277 5 114 0 141 31 153 137 46
Binary 101101 10111111 101 1001100 0 1100001 11001 1101011 1011111 100110

Color Harmonies of #2DBF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBF05

Black with #2DBF05

Text Example


Text Example

White with #2DBF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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