Html Css Color HEX #2DC308 Kelly Green

📋 copy color: '#2DC308'

red 45 ◦ green 195 ◦ blue 8

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

Shades of Kelly Green #2DC308

Tints of Kelly Green #2DC308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 78.63%

 BLUE value IS 8 (3.52% from 255) = 3.23%

R = 18.15%
G = 78.63%
B = 3.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#2DC308 (or 0x2DC308) is known color: Kelly Green. HEX triplet: 2D, C3 and 08. RGB value is (45,195,8). Sum of RGB (Red+Green+Blue) = 45+195+8=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 195 (76.56% from 255 or 78.63% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC308 is #D23CF7. Grayscale: #818181. Windows color (decimal): -13778168 or 574253. OLE color: 574253.

HSL color Cylindrical-coordinate representation of color #2DC308: hue angle of 108.13º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DC308 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 195 8 -
CMYK 0.77 0 0.96 0.24
HSL 108.13º 0.92% 0.4% -
HSV(B) 108.13º 0.96% 0.76% -
XYZ 20.64 39.61 6.79 -
YUV 128.83 59.81 68.21 -
System Red Green Blue C M Y K H S L
Decimal 45 195 8 0.77 0 0.96 0.24 108.13 0.92 0.4
Hex 2D C3 8 4D 0 60 18 6C 5C 28
Octal 55 303 10 115 0 140 30 154 134 50
Binary 101101 11000011 1000 1001101 0 1100000 11000 1101100 1011100 101000

Color Harmonies of #2DC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC308

Black with #2DC308

Text Example


Text Example

White with #2DC308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,195,8); }

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

background-color css

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

 a { background-color: rgb(45,195,8); }

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

border-color css

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

 span { border-color: rgb(45,195,8); }

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