Html Css Color HEX #C0FB1E Green Yellow

📋 copy color: '#C0FB1E'

red 192 ◦ green 251 ◦ blue 30

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

Shades of Green Yellow #C0FB1E

Tints of Green Yellow #C0FB1E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.07%

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

R = 40.59%
G = 53.07%
B = 6.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#C0FB1E (or 0xC0FB1E) is known color: Green Yellow. HEX triplet: C0, FB and 1E. RGB value is (192,251,30). Sum of RGB (Red+Green+Blue) = 192+251+30=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB1E is #3F04E1. Grayscale: #D0D0D0. Windows color (decimal): -4130018 or 2030528. OLE color: 2030528.

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

Color convert

RGB 192 251 30 -
CMYK 0.24 0 0.88 0.02
HSL 76.02º 0.97% 0.55% -
HSV(B) 76.02º 0.88% 0.98% -
XYZ 56.47 80.29 13.75 -
YUV 208.17 27.45 116.47 -
System Red Green Blue C M Y K H S L
Decimal 192 251 30 0.24 0 0.88 0.02 76.02 0.97 0.55
Hex C0 FB 1E 18 0 58 2 4C 61 37
Octal 300 373 36 30 0 130 2 114 141 67
Binary 11000000 11111011 11110 11000 0 1011000 10 1001100 1100001 110111

Color Harmonies of #C0FB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FB1E

Black with #C0FB1E

Text Example


Text Example

White with #C0FB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FB1E; }

 p { color: rgb(192,251,30); }

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

background-color css

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

 a { background-color: rgb(192,251,30); }

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

border-color css

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

 span { border-color: rgb(192,251,30); }

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