Html Css Color HEX #CDF901 Electric Lime

📋 copy color: '#CDF901'

red 205 ◦ green 249 ◦ blue 1

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

Shades of Electric Lime #CDF901

Tints of Electric Lime #CDF901

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.73%

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

R = 45.05%
G = 54.73%
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

#CDF901 (or 0xCDF901) is known color: Electric Lime. HEX triplet: CD, F9 and 01. RGB value is (205,249,1). Sum of RGB (Red+Green+Blue) = 205+249+1=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 249 (97.66% from 255 or 54.73% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF901 is #3206FE. Grayscale: #D0D0D0. Windows color (decimal): -3278591 or 129485. OLE color: 129485.

HSL color Cylindrical-coordinate representation of color #CDF901: hue angle of 70.65º 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 #CDF901 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 1 -
CMYK 0.18 0 1.00 0.02
HSL 70.65º 0.99% 0.49% -
HSV(B) 70.65º 1% 0.98% -
XYZ 59.06 80.73 12.5 -
YUV 207.57 11.42 126.17 -
System Red Green Blue C M Y K H S L
Decimal 205 249 1 0.18 0 1.00 0.02 70.65 0.99 0.49
Hex CD F9 1 12 0 64 2 47 63 31
Octal 315 371 1 22 0 144 2 107 143 61
Binary 11001101 11111001 1 10010 0 1100100 10 1000111 1100011 110001

Color Harmonies of #CDF901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF901

Black with #CDF901

Text Example


Text Example

White with #CDF901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF901; }

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

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

background-color css

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

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

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

border-color css

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

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

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