Html Css Color HEX #2BBF06 Kelly Green

📋 copy color: '#2BBF06'

red 43 ◦ green 191 ◦ blue 6

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

Shades of Kelly Green #2BBF06

Tints of Kelly Green #2BBF06

RGB

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

 GREEN value IS 191 (75% from 255) = 79.58%

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 17.92%
G = 79.58%
B = 2.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#2BBF06 (or 0x2BBF06) is known color: Kelly Green. HEX triplet: 2B, BF and 06. RGB value is (43,191,6). Sum of RGB (Red+Green+Blue) = 43+191+6=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 191 (75% from 255 or 79.58% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBF06 is #D440F9. Grayscale: #7E7E7E. Windows color (decimal): -13910266 or 442155. OLE color: 442155.

HSL color Cylindrical-coordinate representation of color #2BBF06: hue angle of 108º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BBF06 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 191 6 -
CMYK 0.77 0 0.97 0.25
HSL 108º 0.94% 0.39% -
HSV(B) 108º 0.97% 0.75% -
XYZ 19.66 37.79 6.43 -
YUV 125.66 60.47 69.04 -
System Red Green Blue C M Y K H S L
Decimal 43 191 6 0.77 0 0.97 0.25 108 0.94 0.39
Hex 2B BF 6 4D 0 61 19 6C 5E 27
Octal 53 277 6 115 0 141 31 154 136 47
Binary 101011 10111111 110 1001101 0 1100001 11001 1101100 1011110 100111

Color Harmonies of #2BBF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBF06

Black with #2BBF06

Text Example


Text Example

White with #2BBF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,191,6); }

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

background-color css

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

 a { background-color: rgb(43,191,6); }

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

border-color css

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

 span { border-color: rgb(43,191,6); }

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