Html Css Color HEX #2BC003 Kelly Green

📋 copy color: '#2BC003'

red 43 ◦ green 192 ◦ blue 3

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

Shades of Kelly Green #2BC003

Tints of Kelly Green #2BC003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 80.67%

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 18.07%
G = 80.67%
B = 1.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#2BC003 (or 0x2BC003) is known color: Kelly Green. HEX triplet: 2B, C0 and 03. RGB value is (43,192,3). Sum of RGB (Red+Green+Blue) = 43+192+3=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 192 (75.39% from 255 or 80.67% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC003 is #D43FFC. Grayscale: #7E7E7E. Windows color (decimal): -13910013 or 245803. OLE color: 245803.

HSL color Cylindrical-coordinate representation of color #2BC003: hue angle of 107.3º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BC003 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 3 -
CMYK 0.78 0 0.98 0.25
HSL 107.3º 0.97% 0.38% -
HSV(B) 107.3º 0.98% 0.75% -
XYZ 19.86 38.22 6.42 -
YUV 125.9 58.64 68.87 -
System Red Green Blue C M Y K H S L
Decimal 43 192 3 0.78 0 0.98 0.25 107.3 0.97 0.38
Hex 2B C0 3 4E 0 62 19 6B 61 26
Octal 53 300 3 116 0 142 31 153 141 46
Binary 101011 11000000 11 1001110 0 1100010 11001 1101011 1100001 100110

Color Harmonies of #2BC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC003

Black with #2BC003

Text Example


Text Example

White with #2BC003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,192,3); }

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

background-color css

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

 a { background-color: rgb(43,192,3); }

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

border-color css

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

 span { border-color: rgb(43,192,3); }

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