#C2FF1E

Color #C2FF1E Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #C2FF1E

Tints of Green Yellow #C2FF1E

Color information

#C2FF1E (or 0xC2FF1E) is unknown color: approx Green Yellow. HEX triplet: C2, FF and 1E. RGB value is (194,255,30). Sum of RGB (Red+Green+Blue) = 194+255+30=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FF1E is #3D00E1. Grayscale: #D3D3D3. Windows color (decimal): -3997922 or 2031554. OLE color: 2031554.

HSL color Cylindrical-coordinate representation of color #C2FF1E: hue angle of 76.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2FF1E is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB19425530-
CMYK0.2400.880
HSL76.27º100%55.88%-
HSV(B)76.27º88.24%100%-
XYZ58.2483.0814.2-
YUV211.1125.79115.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 255 (100% from 255) = 53.24%
BLUE value IS 30 (12.11% from 255) = 6.26%
R=40.50%
G=53.24%
B=6.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal194255300.2400.88076.2710055.88
HexC2FF1E1805804c6438
Octal30237736300130011414470
Binary1100001011111111111101100001011000010011001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FF1E; }

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

 H1.HeaderClassName
 {
   color: #C2FF1E;
 }
 .AnyTagClassName
 {
   color: #C2FF1E;
 }
</style>
background-color css

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

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

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

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

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

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