Html Css Color HEX #CDFB01 Electric Lime

📋 copy color: '#CDFB01'

red 205 ◦ green 251 ◦ blue 1

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

Shades of Electric Lime #CDFB01

Tints of Electric Lime #CDFB01

RGB

 RED value IS 205 (80.47% from 255) = 44.86%

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 44.86%
G = 54.92%
B = 0.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#CDFB01 (or 0xCDFB01) is known color: Electric Lime. HEX triplet: CD, FB and 01. RGB value is (205,251,1). Sum of RGB (Red+Green+Blue) = 205+251+1=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFB01 is #3204FE. Grayscale: #D1D1D1. Windows color (decimal): -3278079 or 129997. OLE color: 129997.

HSL color Cylindrical-coordinate representation of color #CDFB01: hue angle of 71.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDFB01 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 251 1 -
CMYK 0.18 0 1.00 0.02
HSL 71.04º 0.99% 0.49% -
HSV(B) 71.04º 1% 0.98% -
XYZ 59.68 81.98 12.71 -
YUV 208.75 10.76 125.33 -
System Red Green Blue C M Y K H S L
Decimal 205 251 1 0.18 0 1.00 0.02 71.04 0.99 0.49
Hex CD FB 1 12 0 64 2 47 63 31
Octal 315 373 1 22 0 144 2 107 143 61
Binary 11001101 11111011 1 10010 0 1100100 10 1000111 1100011 110001

Color Harmonies of #CDFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFB01

Black with #CDFB01

Text Example


Text Example

White with #CDFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFB01; }

 p { color: rgb(205,251,1); }

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

background-color css

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

 a { background-color: rgb(205,251,1); }

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

border-color css

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

 span { border-color: rgb(205,251,1); }

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