Html Css Color HEX #C2F21E Inch Worm

📋 copy color: '#C2F21E'

red 194 ◦ green 242 ◦ blue 30

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

Shades of Inch Worm #C2F21E

Tints of Inch Worm #C2F21E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

 BLUE value IS 30 (12.11% from 255) = 6.44%

R = 41.63%
G = 51.93%
B = 6.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#C2F21E (or 0xC2F21E) is known color: Inch Worm. HEX triplet: C2, F2 and 1E. RGB value is (194,242,30). Sum of RGB (Red+Green+Blue) = 194+242+30=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F21E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F21E is #3D0DE1. Grayscale: #CCCCCC. Windows color (decimal): -4001250 or 2028226. OLE color: 2028226.

HSL color Cylindrical-coordinate representation of color #C2F21E: hue angle of 73.58º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2F21E is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 30 -
CMYK 0.20 0 0.88 0.05
HSL 73.58º 0.89% 0.53% -
HSV(B) 73.58º 0.88% 0.95% -
XYZ 54.23 75.07 12.86 -
YUV 203.48 30.1 121.24 -
System Red Green Blue C M Y K H S L
Decimal 194 242 30 0.20 0 0.88 0.05 73.58 0.89 0.53
Hex C2 F2 1E 14 0 58 5 4A 59 35
Octal 302 362 36 24 0 130 5 112 131 65
Binary 11000010 11110010 11110 10100 0 1011000 101 1001010 1011001 110101

Color Harmonies of #C2F21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F21E

Black with #C2F21E

Text Example


Text Example

White with #C2F21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F21E; }

 p { color: rgb(194,242,30); }

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

background-color css

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

 a { background-color: rgb(194,242,30); }

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

border-color css

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

 span { border-color: rgb(194,242,30); }

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