Html Css Color HEX #2CCE02 Kelly Green

📋 copy color: '#2CCE02'

red 44 ◦ green 206 ◦ blue 2

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

Shades of Kelly Green #2CCE02

Tints of Kelly Green #2CCE02

RGB

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

 GREEN value IS 206 (80.86% from 255) = 81.75%

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

R = 17.46%
G = 81.75%
B = 0.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#2CCE02 (or 0x2CCE02) is known color: Kelly Green. HEX triplet: 2C, CE and 02. RGB value is (44,206,2). Sum of RGB (Red+Green+Blue) = 44+206+2=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 206 (80.86% from 255 or 81.75% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCE02 is #D331FD. Grayscale: #868686. Windows color (decimal): -13840894 or 183852. OLE color: 183852.

HSL color Cylindrical-coordinate representation of color #2CCE02: hue angle of 107.65º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2CCE02 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 206 2 -
CMYK 0.79 0 0.99 0.19
HSL 107.65º 0.98% 0.41% -
HSV(B) 107.65º 0.99% 0.81% -
XYZ 23.12 44.68 7.46 -
YUV 134.31 53.33 63.59 -
System Red Green Blue C M Y K H S L
Decimal 44 206 2 0.79 0 0.99 0.19 107.65 0.98 0.41
Hex 2C CE 2 4F 0 63 13 6C 62 29
Octal 54 316 2 117 0 143 23 154 142 51
Binary 101100 11001110 10 1001111 0 1100011 10011 1101100 1100010 101001

Color Harmonies of #2CCE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCE02

Black with #2CCE02

Text Example


Text Example

White with #2CCE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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