Html Css Color HEX #C2E002 Inch Worm

📋 copy color: '#C2E002'

red 194 ◦ green 224 ◦ blue 2

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

Shades of Inch Worm #C2E002

Tints of Inch Worm #C2E002

RGB

 RED value IS 194 (76.17% from 255) = 46.19%

 GREEN value IS 224 (87.89% from 255) = 53.33%

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

R = 46.19%
G = 53.33%
B = 0.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#C2E002 (or 0xC2E002) is known color: Inch Worm. HEX triplet: C2, E0 and 02. RGB value is (194,224,2). Sum of RGB (Red+Green+Blue) = 194+224+2=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E002 is #3D1FFD. Grayscale: #BEBEBE. Windows color (decimal): -4005886 or 188610. OLE color: 188610.

HSL color Cylindrical-coordinate representation of color #C2E002: hue angle of 68.11º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2E002 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 224 2 -
CMYK 0.13 0 0.99 0.12
HSL 68.11º 0.98% 0.44% -
HSV(B) 68.11º 0.99% 0.88% -
XYZ 48.91 64.79 9.98 -
YUV 189.72 22.06 131.05 -
System Red Green Blue C M Y K H S L
Decimal 194 224 2 0.13 0 0.99 0.12 68.11 0.98 0.44
Hex C2 E0 2 D 0 63 C 44 62 2C
Octal 302 340 2 15 0 143 14 104 142 54
Binary 11000010 11100000 10 1101 0 1100011 1100 1000100 1100010 101100

Color Harmonies of #C2E002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E002

Black with #C2E002

Text Example


Text Example

White with #C2E002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E002; }

 p { color: rgb(194,224,2); }

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

background-color css

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

 a { background-color: rgb(194,224,2); }

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

border-color css

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

 span { border-color: rgb(194,224,2); }

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