Html Css Color HEX #2BAE04 Kelly Green

📋 copy color: '#2BAE04'

red 43 ◦ green 174 ◦ blue 4

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

Shades of Kelly Green #2BAE04

Tints of Kelly Green #2BAE04

RGB

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

 GREEN value IS 174 (68.36% from 255) = 78.73%

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

R = 19.46%
G = 78.73%
B = 1.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#2BAE04 (or 0x2BAE04) is known color: Kelly Green. HEX triplet: 2B, AE and 04. RGB value is (43,174,4). Sum of RGB (Red+Green+Blue) = 43+174+4=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 174 (68.36% from 255 or 78.73% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAE04 is #D451FB. Grayscale: #747474. Windows color (decimal): -13914620 or 306731. OLE color: 306731.

HSL color Cylindrical-coordinate representation of color #2BAE04: hue angle of 106.24º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BAE04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 4 -
CMYK 0.75 0 0.98 0.32
HSL 106.24º 0.96% 0.35% -
HSV(B) 106.24º 0.98% 0.68% -
XYZ 16.15 30.79 5.21 -
YUV 115.45 65.1 76.32 -
System Red Green Blue C M Y K H S L
Decimal 43 174 4 0.75 0 0.98 0.32 106.24 0.96 0.35
Hex 2B AE 4 4B 0 62 20 6A 60 23
Octal 53 256 4 113 0 142 40 152 140 43
Binary 101011 10101110 100 1001011 0 1100010 100000 1101010 1100000 100011

Color Harmonies of #2BAE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAE04

Black with #2BAE04

Text Example


Text Example

White with #2BAE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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