Html Css Color HEX #DCFE02 Chartreuse Yellow

📋 copy color: '#DCFE02'

red 220 ◦ green 254 ◦ blue 2

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

Shades of Chartreuse Yellow #DCFE02

Tints of Chartreuse Yellow #DCFE02

RGB

 RED value IS 220 (86.33% from 255) = 46.22%

 GREEN value IS 254 (99.61% from 255) = 53.36%

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 46.22%
G = 53.36%
B = 0.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#DCFE02 (or 0xDCFE02) is known color: Chartreuse Yellow. HEX triplet: DC, FE and 02. RGB value is (220,254,2). Sum of RGB (Red+Green+Blue) = 220+254+2=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 2 (1.17% from 255 or 0.42% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFE02 is #2301FD. Grayscale: #D8D8D8. Windows color (decimal): -2294270 or 196316. OLE color: 196316.

HSL color Cylindrical-coordinate representation of color #DCFE02: hue angle of 68.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCFE02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 2 -
CMYK 0.13 0 0.99 0.00
HSL 68.1º 0.99% 0.5% -
HSV(B) 68.1º 0.99% 1% -
XYZ 64.97 86.1 13.25 -
YUV 215.11 7.74 131.49 -
System Red Green Blue C M Y K H S L
Decimal 220 254 2 0.13 0 0.99 0.00 68.1 0.99 0.5
Hex DC FE 2 D 0 63 0 44 63 32
Octal 334 376 2 15 0 143 0 104 143 62
Binary 11011100 11111110 10 1101 0 1100011 0 1000100 1100011 110010

Color Harmonies of #DCFE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFE02

Black with #DCFE02

Text Example


Text Example

White with #DCFE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFE02; }

 p { color: rgb(220,254,2); }

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

background-color css

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

 a { background-color: rgb(220,254,2); }

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

border-color css

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

 span { border-color: rgb(220,254,2); }

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