Html Css Color HEX #2CBF02 Kelly Green

📋 copy color: '#2CBF02'

red 44 ◦ green 191 ◦ blue 2

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

Shades of Kelly Green #2CBF02

Tints of Kelly Green #2CBF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 18.57%
G = 80.59%
B = 0.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#2CBF02 (or 0x2CBF02) is known color: Kelly Green. HEX triplet: 2C, BF and 02. RGB value is (44,191,2). Sum of RGB (Red+Green+Blue) = 44+191+2=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 191 (75% from 255 or 80.59% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBF02 is #D340FD. Grayscale: #7E7E7E. Windows color (decimal): -13844734 or 180012. OLE color: 180012.

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

Color convert

RGB 44 191 2 -
CMYK 0.77 0 0.99 0.25
HSL 106.67º 0.98% 0.38% -
HSV(B) 106.67º 0.99% 0.75% -
XYZ 19.68 37.8 6.32 -
YUV 125.5 58.3 69.87 -
System Red Green Blue C M Y K H S L
Decimal 44 191 2 0.77 0 0.99 0.25 106.67 0.98 0.38
Hex 2C BF 2 4D 0 63 19 6B 62 26
Octal 54 277 2 115 0 143 31 153 142 46
Binary 101100 10111111 10 1001101 0 1100011 11001 1101011 1100010 100110

Color Harmonies of #2CBF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF02

Black with #2CBF02

Text Example


Text Example

White with #2CBF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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