Html Css Color HEX #2CBF13 Kelly Green

📋 copy color: '#2CBF13'

red 44 ◦ green 191 ◦ blue 19

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

Shades of Kelly Green #2CBF13

Tints of Kelly Green #2CBF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 17.32%
G = 75.2%
B = 7.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#2CBF13 (or 0x2CBF13) is known color: Kelly Green. HEX triplet: 2C, BF and 13. RGB value is (44,191,19). Sum of RGB (Red+Green+Blue) = 44+191+19=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 191 (75% from 255 or 75.20% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBF13 is #D340EC. Grayscale: #7F7F7F. Windows color (decimal): -13844717 or 1294124. OLE color: 1294124.

HSL color Cylindrical-coordinate representation of color #2CBF13: hue angle of 111.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CBF13 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 191 19 -
CMYK 0.77 0 0.90 0.25
HSL 111.28º 0.82% 0.41% -
HSV(B) 111.28º 0.9% 0.75% -
XYZ 19.79 37.84 6.88 -
YUV 127.44 66.8 68.49 -
System Red Green Blue C M Y K H S L
Decimal 44 191 19 0.77 0 0.90 0.25 111.28 0.82 0.41
Hex 2C BF 13 4D 0 5A 19 6F 52 29
Octal 54 277 23 115 0 132 31 157 122 51
Binary 101100 10111111 10011 1001101 0 1011010 11001 1101111 1010010 101001

Color Harmonies of #2CBF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF13

Black with #2CBF13

Text Example


Text Example

White with #2CBF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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