Html Css Color HEX #2BCA04 Kelly Green

📋 copy color: '#2BCA04'

red 43 ◦ green 202 ◦ blue 4

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

Shades of Kelly Green #2BCA04

Tints of Kelly Green #2BCA04

RGB

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

 GREEN value IS 202 (79.3% from 255) = 81.12%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 17.27%
G = 81.12%
B = 1.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#2BCA04 (or 0x2BCA04) is known color: Kelly Green. HEX triplet: 2B, CA and 04. RGB value is (43,202,4). Sum of RGB (Red+Green+Blue) = 43+202+4=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCA04 is #D435FB. Grayscale: #848484. Windows color (decimal): -13907452 or 313899. OLE color: 313899.

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

Color convert

RGB 43 202 4 -
CMYK 0.79 0 0.98 0.21
HSL 108.18º 0.96% 0.4% -
HSV(B) 108.18º 0.98% 0.79% -
XYZ 22.14 42.76 7.2 -
YUV 131.89 55.82 64.6 -
System Red Green Blue C M Y K H S L
Decimal 43 202 4 0.79 0 0.98 0.21 108.18 0.96 0.4
Hex 2B CA 4 4F 0 62 15 6C 60 28
Octal 53 312 4 117 0 142 25 154 140 50
Binary 101011 11001010 100 1001111 0 1100010 10101 1101100 1100000 101000

Color Harmonies of #2BCA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCA04

Black with #2BCA04

Text Example


Text Example

White with #2BCA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,202,4); }

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

background-color css

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

 a { background-color: rgb(43,202,4); }

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

border-color css

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

 span { border-color: rgb(43,202,4); }

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