Html Css Color HEX #CDFD1A Electric Lime

📋 copy color: '#CDFD1A'

red 205 ◦ green 253 ◦ blue 26

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

Shades of Electric Lime #CDFD1A

Tints of Electric Lime #CDFD1A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.27%

 BLUE value IS 26 (10.55% from 255) = 5.37%

R = 42.36%
G = 52.27%
B = 5.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#CDFD1A (or 0xCDFD1A) is known color: Electric Lime. HEX triplet: CD, FD and 1A. RGB value is (205,253,26). Sum of RGB (Red+Green+Blue) = 205+253+26=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFD1A is #3202E5. Grayscale: #D5D5D5. Windows color (decimal): -3277542 or 1768909. OLE color: 1768909.

HSL color Cylindrical-coordinate representation of color #CDFD1A: hue angle of 72.69º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDFD1A is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 205 253 26 -
CMYK 0.19 0 0.90 0.01
HSL 72.69º 0.98% 0.55% -
HSV(B) 72.69º 0.9% 0.99% -
XYZ 60.49 83.3 13.87 -
YUV 212.77 22.6 122.46 -
System Red Green Blue C M Y K H S L
Decimal 205 253 26 0.19 0 0.90 0.01 72.69 0.98 0.55
Hex CD FD 1A 13 0 5A 1 49 62 37
Octal 315 375 32 23 0 132 1 111 142 67
Binary 11001101 11111101 11010 10011 0 1011010 1 1001001 1100010 110111

Color Harmonies of #CDFD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFD1A

Black with #CDFD1A

Text Example


Text Example

White with #CDFD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFD1A; }

 p { color: rgb(205,253,26); }

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

background-color css

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

 a { background-color: rgb(205,253,26); }

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

border-color css

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

 span { border-color: rgb(205,253,26); }

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