Html Css Color HEX #C0FF2F Green Yellow

📋 copy color: '#C0FF2F'

red 192 ◦ green 255 ◦ blue 47

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

Shades of Green Yellow #C0FF2F

Tints of Green Yellow #C0FF2F

RGB

 RED value IS 192 (75.39% from 255) = 38.87%

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

 BLUE value IS 47 (18.75% from 255) = 9.51%

R = 38.87%
G = 51.62%
B = 9.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#C0FF2F (or 0xC0FF2F) is known color: Green Yellow. HEX triplet: C0, FF and 2F. RGB value is (192,255,47). Sum of RGB (Red+Green+Blue) = 192+255+47=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF2F is #3F00D0. Grayscale: #D5D5D5. Windows color (decimal): -4128977 or 3145664. OLE color: 3145664.

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

Color convert

RGB 192 255 47 -
CMYK 0.25 0 0.82 0
HSL 78.17º 1% 0.59% -
HSV(B) 78.17º 0.82% 1% -
XYZ 58.01 82.93 15.64 -
YUV 212.45 34.63 113.41 -
System Red Green Blue C M Y K H S L
Decimal 192 255 47 0.25 0 0.82 0 78.17 1 0.59
Hex C0 FF 2F 19 0 52 0 4E 64 3B
Octal 300 377 57 31 0 122 0 116 144 73
Binary 11000000 11111111 101111 11001 0 1010010 0 1001110 1100100 111011

Color Harmonies of #C0FF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FF2F

Black with #C0FF2F

Text Example


Text Example

White with #C0FF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FF2F; }

 p { color: rgb(192,255,47); }

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

background-color css

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

 a { background-color: rgb(192,255,47); }

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

border-color css

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

 span { border-color: rgb(192,255,47); }

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