Html Css Color HEX #2BAF08 Kelly Green

📋 copy color: '#2BAF08'

red 43 ◦ green 175 ◦ blue 8

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

Shades of Kelly Green #2BAF08

Tints of Kelly Green #2BAF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.54%

R = 19.03%
G = 77.43%
B = 3.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#2BAF08 (or 0x2BAF08) is known color: Kelly Green. HEX triplet: 2B, AF and 08. RGB value is (43,175,8). Sum of RGB (Red+Green+Blue) = 43+175+8=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 175 (68.75% from 255 or 77.43% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAF08 is #D450F7. Grayscale: #757575. Windows color (decimal): -13914360 or 569131. OLE color: 569131.

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

Color convert

RGB 43 175 8 -
CMYK 0.75 0 0.95 0.31
HSL 107.43º 0.91% 0.36% -
HSV(B) 107.43º 0.95% 0.69% -
XYZ 16.37 31.19 5.39 -
YUV 116.49 66.77 75.58 -
System Red Green Blue C M Y K H S L
Decimal 43 175 8 0.75 0 0.95 0.31 107.43 0.91 0.36
Hex 2B AF 8 4B 0 5F 1F 6B 5B 24
Octal 53 257 10 113 0 137 37 153 133 44
Binary 101011 10101111 1000 1001011 0 1011111 11111 1101011 1011011 100100

Color Harmonies of #2BAF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAF08

Black with #2BAF08

Text Example


Text Example

White with #2BAF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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