Html Css Color HEX #2BCB06 Kelly Green

📋 copy color: '#2BCB06'

red 43 ◦ green 203 ◦ blue 6

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

Shades of Kelly Green #2BCB06

Tints of Kelly Green #2BCB06

RGB

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

 GREEN value IS 203 (79.69% from 255) = 80.56%

 BLUE value IS 6 (2.73% from 255) = 2.38%

R = 17.06%
G = 80.56%
B = 2.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#2BCB06 (or 0x2BCB06) is known color: Kelly Green. HEX triplet: 2B, CB and 06. RGB value is (43,203,6). Sum of RGB (Red+Green+Blue) = 43+203+6=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 203 (79.69% from 255 or 80.56% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCB06 is #D434F9. Grayscale: #858585. Windows color (decimal): -13907194 or 445227. OLE color: 445227.

HSL color Cylindrical-coordinate representation of color #2BCB06: hue angle of 108.73º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BCB06 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 203 6 -
CMYK 0.79 0 0.97 0.20
HSL 108.73º 0.94% 0.41% -
HSV(B) 108.73º 0.97% 0.8% -
XYZ 22.39 43.24 7.34 -
YUV 132.7 56.49 64.02 -
System Red Green Blue C M Y K H S L
Decimal 43 203 6 0.79 0 0.97 0.20 108.73 0.94 0.41
Hex 2B CB 6 4F 0 61 14 6D 5E 29
Octal 53 313 6 117 0 141 24 155 136 51
Binary 101011 11001011 110 1001111 0 1100001 10100 1101101 1011110 101001

Color Harmonies of #2BCB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCB06

Black with #2BCB06

Text Example


Text Example

White with #2BCB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,203,6); }

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

background-color css

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

 a { background-color: rgb(43,203,6); }

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

border-color css

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

 span { border-color: rgb(43,203,6); }

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