Html Css Color HEX #2BCB02 Kelly Green

📋 copy color: '#2BCB02'

red 43 ◦ green 203 ◦ blue 2

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

Shades of Kelly Green #2BCB02

Tints of Kelly Green #2BCB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 17.34%
G = 81.85%
B = 0.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#2BCB02 (or 0x2BCB02) is known color: Kelly Green. HEX triplet: 2B, CB and 02. RGB value is (43,203,2). Sum of RGB (Red+Green+Blue) = 43+203+2=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 203 (79.69% from 255 or 81.85% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 203 - color contains mainly: green. Hex color #2BCB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCB02 is #D434FD. Grayscale: #848484. Windows color (decimal): -13907198 or 183083. OLE color: 183083.

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

Color convert

RGB 43 203 2 -
CMYK 0.79 0 0.99 0.20
HSL 107.76º 0.98% 0.4% -
HSV(B) 107.76º 0.99% 0.8% -
XYZ 22.36 43.23 7.22 -
YUV 132.25 54.49 64.34 -
System Red Green Blue C M Y K H S L
Decimal 43 203 2 0.79 0 0.99 0.20 107.76 0.98 0.4
Hex 2B CB 2 4F 0 63 14 6C 62 28
Octal 53 313 2 117 0 143 24 154 142 50
Binary 101011 11001011 10 1001111 0 1100011 10100 1101100 1100010 101000

Color Harmonies of #2BCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCB02

Black with #2BCB02

Text Example


Text Example

White with #2BCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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