Html Css Color HEX #C2FF1C Green Yellow

📋 copy color: '#C2FF1C'

red 194 ◦ green 255 ◦ blue 28

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

Shades of Green Yellow #C2FF1C

Tints of Green Yellow #C2FF1C

RGB

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

 GREEN value IS 255 (100% from 255) = 53.46%

 BLUE value IS 28 (11.33% from 255) = 5.87%

R = 40.67%
G = 53.46%
B = 5.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#C2FF1C (or 0xC2FF1C) is known color: Green Yellow. HEX triplet: C2, FF and 1C. RGB value is (194,255,28). Sum of RGB (Red+Green+Blue) = 194+255+28=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FF1C is #3D00E3. Grayscale: #D3D3D3. Windows color (decimal): -3997924 or 1900482. OLE color: 1900482.

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

Color convert

RGB 194 255 28 -
CMYK 0.24 0 0.89 0
HSL 76.12º 1% 0.55% -
HSV(B) 76.12º 0.89% 1% -
XYZ 58.22 83.07 14.06 -
YUV 210.88 24.79 115.96 -
System Red Green Blue C M Y K H S L
Decimal 194 255 28 0.24 0 0.89 0 76.12 1 0.55
Hex C2 FF 1C 18 0 59 0 4C 64 37
Octal 302 377 34 30 0 131 0 114 144 67
Binary 11000010 11111111 11100 11000 0 1011001 0 1001100 1100100 110111

Color Harmonies of #C2FF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FF1C

Black with #C2FF1C

Text Example


Text Example

White with #C2FF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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