Html Css Color HEX #2CBF06 Kelly Green

📋 copy color: '#2CBF06'

red 44 ◦ green 191 ◦ blue 6

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

Shades of Kelly Green #2CBF06

Tints of Kelly Green #2CBF06

RGB

 RED value IS 44 (17.58% from 255) = 18.26%

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

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

R = 18.26%
G = 79.25%
B = 2.49%

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

#2CBF06 (or 0x2CBF06) is known color: Kelly Green. HEX triplet: 2C, BF and 06. RGB value is (44,191,6). Sum of RGB (Red+Green+Blue) = 44+191+6=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 191 (75% from 255 or 79.25% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBF06 is #D340F9. Grayscale: #7E7E7E. Windows color (decimal): -13844730 or 442156. OLE color: 442156.

HSL color Cylindrical-coordinate representation of color #2CBF06: hue angle of 107.68º 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 #2CBF06 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 191 6 -
CMYK 0.77 0 0.97 0.25
HSL 107.68º 0.94% 0.39% -
HSV(B) 107.68º 0.97% 0.75% -
XYZ 19.7 37.81 6.43 -
YUV 125.96 60.3 69.54 -
System Red Green Blue C M Y K H S L
Decimal 44 191 6 0.77 0 0.97 0.25 107.68 0.94 0.39
Hex 2C BF 6 4D 0 61 19 6C 5E 27
Octal 54 277 6 115 0 141 31 154 136 47
Binary 101100 10111111 110 1001101 0 1100001 11001 1101100 1011110 100111

Color Harmonies of #2CBF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF06

Black with #2CBF06

Text Example


Text Example

White with #2CBF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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