Html Css Color HEX #CDFD03 Electric Lime

📋 copy color: '#CDFD03'

red 205 ◦ green 253 ◦ blue 3

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

Shades of Electric Lime #CDFD03

Tints of Electric Lime #CDFD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 44.47%
G = 54.88%
B = 0.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#CDFD03 (or 0xCDFD03) is known color: Electric Lime. HEX triplet: CD, FD and 03. RGB value is (205,253,3). Sum of RGB (Red+Green+Blue) = 205+253+3=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 3 (1.56% from 255 or 0.65% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFD03 is #3202FC. Grayscale: #D3D3D3. Windows color (decimal): -3277565 or 261581. OLE color: 261581.

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

Color convert

RGB 205 253 3 -
CMYK 0.19 0 0.99 0.01
HSL 71.52º 0.98% 0.5% -
HSV(B) 71.52º 0.99% 0.99% -
XYZ 60.32 83.24 12.97 -
YUV 210.15 11.1 124.33 -
System Red Green Blue C M Y K H S L
Decimal 205 253 3 0.19 0 0.99 0.01 71.52 0.98 0.5
Hex CD FD 3 13 0 63 1 48 62 32
Octal 315 375 3 23 0 143 1 110 142 62
Binary 11001101 11111101 11 10011 0 1100011 1 1001000 1100010 110010

Color Harmonies of #CDFD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFD03

Black with #CDFD03

Text Example


Text Example

White with #CDFD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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