Html Css Color HEX #2BD008 Kelly Green

📋 copy color: '#2BD008'

red 43 ◦ green 208 ◦ blue 8

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

Shades of Kelly Green #2BD008

Tints of Kelly Green #2BD008

RGB

 RED value IS 43 (17.19% from 255) = 16.6%

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

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

R = 16.6%
G = 80.31%
B = 3.09%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#2BD008 (or 0x2BD008) is known color: Kelly Green. HEX triplet: 2B, D0 and 08. RGB value is (43,208,8). Sum of RGB (Red+Green+Blue) = 43+208+8=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 208 (81.64% from 255 or 80.31% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD008 is #D42FF7. Grayscale: #888888. Windows color (decimal): -13905912 or 577579. OLE color: 577579.

HSL color Cylindrical-coordinate representation of color #2BD008: hue angle of 109.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BD008 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 208 8 -
CMYK 0.79 0 0.96 0.18
HSL 109.5º 0.93% 0.42% -
HSV(B) 109.5º 0.96% 0.82% -
XYZ 23.6 45.64 7.8 -
YUV 135.87 55.84 61.76 -
System Red Green Blue C M Y K H S L
Decimal 43 208 8 0.79 0 0.96 0.18 109.5 0.93 0.42
Hex 2B D0 8 4F 0 60 12 6E 5D 2A
Octal 53 320 10 117 0 140 22 156 135 52
Binary 101011 11010000 1000 1001111 0 1100000 10010 1101110 1011101 101010

Color Harmonies of #2BD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD008

Black with #2BD008

Text Example


Text Example

White with #2BD008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,208,8); }

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

background-color css

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

 a { background-color: rgb(43,208,8); }

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

border-color css

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

 span { border-color: rgb(43,208,8); }

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