Html Css Color HEX #C2E102 Inch Worm

📋 copy color: '#C2E102'

red 194 ◦ green 225 ◦ blue 2

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

Shades of Inch Worm #C2E102

Tints of Inch Worm #C2E102

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.44%

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

R = 46.08%
G = 53.44%
B = 0.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#C2E102 (or 0xC2E102) is known color: Inch Worm. HEX triplet: C2, E1 and 02. RGB value is (194,225,2). Sum of RGB (Red+Green+Blue) = 194+225+2=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E102 is #3D1EFD. Grayscale: #BFBFBF. Windows color (decimal): -4005630 or 188866. OLE color: 188866.

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

Color convert

RGB 194 225 2 -
CMYK 0.14 0 0.99 0.12
HSL 68.34º 0.98% 0.45% -
HSV(B) 68.34º 0.99% 0.88% -
XYZ 49.18 65.32 10.07 -
YUV 190.31 21.73 130.63 -
System Red Green Blue C M Y K H S L
Decimal 194 225 2 0.14 0 0.99 0.12 68.34 0.98 0.45
Hex C2 E1 2 E 0 63 C 44 62 2D
Octal 302 341 2 16 0 143 14 104 142 55
Binary 11000010 11100001 10 1110 0 1100011 1100 1000100 1100010 101101

Color Harmonies of #C2E102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E102

Black with #C2E102

Text Example


Text Example

White with #C2E102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E102; }

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

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

background-color css

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

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

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

border-color css

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

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

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