Html Css Color HEX #2BAF18 Kelly Green

📋 copy color: '#2BAF18'

red 43 ◦ green 175 ◦ blue 24

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

Shades of Kelly Green #2BAF18

Tints of Kelly Green #2BAF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.92%

R = 17.77%
G = 72.31%
B = 9.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#2BAF18 (or 0x2BAF18) is known color: Kelly Green. HEX triplet: 2B, AF and 18. RGB value is (43,175,24). Sum of RGB (Red+Green+Blue) = 43+175+24=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 175 (68.75% from 255 or 72.31% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAF18 is #D450E7. Grayscale: #767676. Windows color (decimal): -13914344 or 1617707. OLE color: 1617707.

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

Color convert

RGB 43 175 24 -
CMYK 0.75 0 0.86 0.31
HSL 112.45º 0.76% 0.39% -
HSV(B) 112.45º 0.86% 0.69% -
XYZ 16.49 31.24 6.02 -
YUV 118.32 74.77 74.28 -
System Red Green Blue C M Y K H S L
Decimal 43 175 24 0.75 0 0.86 0.31 112.45 0.76 0.39
Hex 2B AF 18 4B 0 56 1F 70 4C 27
Octal 53 257 30 113 0 126 37 160 114 47
Binary 101011 10101111 11000 1001011 0 1010110 11111 1110000 1001100 100111

Color Harmonies of #2BAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAF18

Black with #2BAF18

Text Example


Text Example

White with #2BAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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