Html Css Color HEX #CDF701 Electric Lime

📋 copy color: '#CDF701'

red 205 ◦ green 247 ◦ blue 1

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

Shades of Electric Lime #CDF701

Tints of Electric Lime #CDF701

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.53%

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

R = 45.25%
G = 54.53%
B = 0.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#CDF701 (or 0xCDF701) is known color: Electric Lime. HEX triplet: CD, F7 and 01. RGB value is (205,247,1). Sum of RGB (Red+Green+Blue) = 205+247+1=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 247 (96.88% from 255 or 54.53% from 453); Blue value is 1 (0.78% from 255 or 0.22% from 453); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF701 is #3208FE. Grayscale: #CFCFCF. Windows color (decimal): -3279103 or 128973. OLE color: 128973.

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

Color convert

RGB 205 247 1 -
CMYK 0.17 0 1.00 0.03
HSL 70.24º 0.99% 0.49% -
HSV(B) 70.24º 1% 0.97% -
XYZ 58.44 79.5 12.29 -
YUV 206.4 12.09 127 -
System Red Green Blue C M Y K H S L
Decimal 205 247 1 0.17 0 1.00 0.03 70.24 0.99 0.49
Hex CD F7 1 11 0 64 3 46 63 31
Octal 315 367 1 21 0 144 3 106 143 61
Binary 11001101 11110111 1 10001 0 1100100 11 1000110 1100011 110001

Color Harmonies of #CDF701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF701

Black with #CDF701

Text Example


Text Example

White with #CDF701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF701; }

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

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

background-color css

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

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

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

border-color css

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

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

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