Html Css Color HEX #2BAF04 Kelly Green

📋 copy color: '#2BAF04'

red 43 ◦ green 175 ◦ blue 4

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

Shades of Kelly Green #2BAF04

Tints of Kelly Green #2BAF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 78.83%

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

R = 19.37%
G = 78.83%
B = 1.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#2BAF04 (or 0x2BAF04) is known color: Kelly Green. HEX triplet: 2B, AF and 04. RGB value is (43,175,4). Sum of RGB (Red+Green+Blue) = 43+175+4=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 175 (68.75% from 255 or 78.83% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAF04 is #D450FB. Grayscale: #747474. Windows color (decimal): -13914364 or 306987. OLE color: 306987.

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

Color convert

RGB 43 175 4 -
CMYK 0.75 0 0.98 0.31
HSL 106.32º 0.96% 0.35% -
HSV(B) 106.32º 0.98% 0.69% -
XYZ 16.35 31.18 5.27 -
YUV 116.04 64.77 75.9 -
System Red Green Blue C M Y K H S L
Decimal 43 175 4 0.75 0 0.98 0.31 106.32 0.96 0.35
Hex 2B AF 4 4B 0 62 1F 6A 60 23
Octal 53 257 4 113 0 142 37 152 140 43
Binary 101011 10101111 100 1001011 0 1100010 11111 1101010 1100000 100011

Color Harmonies of #2BAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAF04

Black with #2BAF04

Text Example


Text Example

White with #2BAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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