Html Css Color HEX #2BC605 Kelly Green

📋 copy color: '#2BC605'

red 43 ◦ green 198 ◦ blue 5

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

Shades of Kelly Green #2BC605

Tints of Kelly Green #2BC605

RGB

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

 GREEN value IS 198 (77.73% from 255) = 80.49%

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

R = 17.48%
G = 80.49%
B = 2.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#2BC605 (or 0x2BC605) is known color: Kelly Green. HEX triplet: 2B, C6 and 05. RGB value is (43,198,5). Sum of RGB (Red+Green+Blue) = 43+198+5=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 198 (77.73% from 255 or 80.49% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC605 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC605 is #D439FA. Grayscale: #828282. Windows color (decimal): -13908475 or 378411. OLE color: 378411.

HSL color Cylindrical-coordinate representation of color #2BC605: hue angle of 108.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BC605 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 198 5 -
CMYK 0.78 0 0.97 0.22
HSL 108.19º 0.95% 0.4% -
HSV(B) 108.19º 0.97% 0.78% -
XYZ 21.22 40.91 6.92 -
YUV 129.65 57.65 66.19 -
System Red Green Blue C M Y K H S L
Decimal 43 198 5 0.78 0 0.97 0.22 108.19 0.95 0.4
Hex 2B C6 5 4E 0 61 16 6C 5F 28
Octal 53 306 5 116 0 141 26 154 137 50
Binary 101011 11000110 101 1001110 0 1100001 10110 1101100 1011111 101000

Color Harmonies of #2BC605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC605

Black with #2BC605

Text Example


Text Example

White with #2BC605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,198,5); }

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

background-color css

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

 a { background-color: rgb(43,198,5); }

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

border-color css

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

 span { border-color: rgb(43,198,5); }

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