Html Css Color HEX #CDFD0F Electric Lime

📋 copy color: '#CDFD0F'

red 205 ◦ green 253 ◦ blue 15

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

Shades of Electric Lime #CDFD0F

Tints of Electric Lime #CDFD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.17%

R = 43.34%
G = 53.49%
B = 3.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#CDFD0F (or 0xCDFD0F) is known color: Electric Lime. HEX triplet: CD, FD and 0F. RGB value is (205,253,15). Sum of RGB (Red+Green+Blue) = 205+253+15=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFD0F is #3202F0. Grayscale: #D4D4D4. Windows color (decimal): -3277553 or 1048013. OLE color: 1048013.

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

Color convert

RGB 205 253 15 -
CMYK 0.19 0 0.94 0.01
HSL 72.1º 0.98% 0.53% -
HSV(B) 72.1º 0.94% 0.99% -
XYZ 60.39 83.26 13.34 -
YUV 211.52 17.1 123.35 -
System Red Green Blue C M Y K H S L
Decimal 205 253 15 0.19 0 0.94 0.01 72.1 0.98 0.53
Hex CD FD F 13 0 5E 1 48 62 35
Octal 315 375 17 23 0 136 1 110 142 65
Binary 11001101 11111101 1111 10011 0 1011110 1 1001000 1100010 110101

Color Harmonies of #CDFD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFD0F

Black with #CDFD0F

Text Example


Text Example

White with #CDFD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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